Searched refs:EPOLLOUT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 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 }, 185 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 189 { EPOLLOUT, EPOLL_CTL_ADD }, 191 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 193 { EPOLLOUT, EPOLL_CTL_ADD }, 205 { EPOLLOUT, EPOLL_CTL_DEL }, [all …]
|
H A D | epoll.c | 496 if (what & EPOLLOUT) in epoll_dispatch()
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 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 }, 185 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 189 { EPOLLOUT, EPOLL_CTL_ADD }, 191 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 193 { EPOLLOUT, EPOLL_CTL_ADD }, 205 { EPOLLOUT, EPOLL_CTL_DEL }, [all …]
|
H A D | epoll.c | 496 if (what & EPOLLOUT) in epoll_dispatch()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 35 #define EPOLLOUT POLLOUT macro
|
/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()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.c | 206 ev.events = EPOLLOUT; in eloop_sock_queue()
|