Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h36 #define EPOLLERR POLLERR macro
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c489 if (what & EPOLLERR) { in epoll_dispatch()
/freebsd/contrib/libevent/
H A Depoll.c489 if (what & EPOLLERR) { in epoll_dispatch()
/freebsd/contrib/wpa/src/utils/
H A Deloop.c214 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()