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