Searched refs:EPOLLIN (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 149 { EPOLLIN, EPOLL_CTL_ADD }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 153 { EPOLLIN, EPOLL_CTL_ADD }, 157 { EPOLLIN, EPOLL_CTL_DEL }, 161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL }, 181 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 185 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 213 { EPOLLIN, EPOLL_CTL_ADD }, 215 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, [all …]
|
H A D | epoll.c | 199 epev.events = EPOLLIN; in epoll_init() 494 if (what & EPOLLIN) in epoll_dispatch()
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 149 { EPOLLIN, EPOLL_CTL_ADD }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 153 { EPOLLIN, EPOLL_CTL_ADD }, 157 { EPOLLIN, EPOLL_CTL_DEL }, 161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL }, 181 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 185 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 213 { EPOLLIN, EPOLL_CTL_ADD }, 215 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, [all …]
|
H A D | epoll.c | 199 epev.events = EPOLLIN; in epoll_init() 494 if (what & EPOLLIN) in epoll_dispatch()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 33 #define EPOLLIN POLLIN macro
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
H A D | DirectoryWatcher-linux.cpp | 202 EventSpec.events = EPOLLIN; in InotifyPollingLoop()
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 296 eev.events = EPOLLIN|EPOLLOUT|EPOLLPRI; in FORK_TEST() 301 eev.events = EPOLLIN|EPOLLOUT; in FORK_TEST() 313 EXPECT_EQ(EPOLLIN, eev.events & EPOLLIN); in FORK_TEST()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.c | 203 ev.events = EPOLLIN; in eloop_sock_queue()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 1536 event.events = EPOLLIN; in ds_create_qp()
|