/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 143 { EPOLLRDHUP, EPOLL_CTL_ADD }, 149 { EPOLLIN, EPOLL_CTL_ADD }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 153 { EPOLLIN, EPOLL_CTL_ADD }, 159 { EPOLLRDHUP, EPOLL_CTL_ADD }, 173 { EPOLLOUT, EPOLL_CTL_ADD }, 175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 177 { EPOLLOUT, EPOLL_CTL_ADD }, 181 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, [all …]
|
H A D | epoll.c | 200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { in epoll_init() 243 return op == EPOLL_CTL_ADD?"ADD": in epoll_op_to_string() 302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { in epoll_apply_one_change() 314 case EPOLL_CTL_ADD: in epoll_apply_one_change()
|
H A D | ChangeLog-2.0 | 512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 143 { EPOLLRDHUP, EPOLL_CTL_ADD }, 149 { EPOLLIN, EPOLL_CTL_ADD }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 153 { EPOLLIN, EPOLL_CTL_ADD }, 159 { EPOLLRDHUP, EPOLL_CTL_ADD }, 173 { EPOLLOUT, EPOLL_CTL_ADD }, 175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 177 { EPOLLOUT, EPOLL_CTL_ADD }, 181 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, [all …]
|
H A D | epoll.c | 200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { in epoll_init() 243 return op == EPOLL_CTL_ADD?"ADD": in epoll_op_to_string() 302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { in epoll_apply_one_change() 314 case EPOLL_CTL_ADD: in epoll_apply_one_change()
|
H A D | ChangeLog-2.0 | 512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
H A D | DirectoryWatcher-linux.cpp | 204 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) { in InotifyPollingLoop() 210 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead, in InotifyPollingLoop()
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 297 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_ro, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST() 298 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_wo, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST() 299 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_rw, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST() 300 EXPECT_OK(epoll_ctl(cap_epoll_ctl, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.c | 218 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_ADD, sock, &ev) < 0) { in eloop_sock_queue()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 121 const int EPOLL_CTL_ADD = 1; variable 1974 if (op == EPOLL_CTL_ADD && epfd >= 0) { in TSAN_INTERCEPTOR()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 1538 ret = epoll_ctl(rs->epfd, EPOLL_CTL_ADD, in ds_create_qp()
|