Searched refs:EPOLLRDHUP (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 143 { EPOLLRDHUP, EPOLL_CTL_ADD }, 145 { EPOLLRDHUP, EPOLL_CTL_DEL }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 159 { EPOLLRDHUP, EPOLL_CTL_ADD }, 161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL }, 175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 191 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 207 { EPOLLRDHUP, EPOLL_CTL_ADD }, 209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL }, [all …]
|
H A D | epoll.c | 66 #if !defined(EPOLLRDHUP) 67 #define EPOLLRDHUP 0 macro 491 } else if ((what & EPOLLHUP) && !(what & EPOLLRDHUP)) { in epoll_dispatch() 498 if (what & EPOLLRDHUP) in epoll_dispatch()
|
H A D | ChangeLog | 864 epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more 876 (EPOLLRDHUP). (b1b69ac Diego Giagio, 53d2793, 43ffcf6, dfe1e52
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 143 { EPOLLRDHUP, EPOLL_CTL_ADD }, 145 { EPOLLRDHUP, EPOLL_CTL_DEL }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 159 { EPOLLRDHUP, EPOLL_CTL_ADD }, 161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL }, 175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 191 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 207 { EPOLLRDHUP, EPOLL_CTL_ADD }, 209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL }, [all …]
|
H A D | epoll.c | 66 #if !defined(EPOLLRDHUP) 67 #define EPOLLRDHUP 0 macro 491 } else if ((what & EPOLLHUP) && !(what & EPOLLRDHUP)) { in epoll_dispatch() 498 if (what & EPOLLRDHUP) in epoll_dispatch()
|
H A D | ChangeLog | 864 epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more 876 (EPOLLRDHUP). (b1b69ac Diego Giagio, 53d2793, 43ffcf6, dfe1e52
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 43 #define EPOLLRDHUP POLLRDHUP macro
|