Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c66 (EPOLLRDHUP | EPOLLONESHOT | EPOLLET | EPOLLWRBAND | EPOLLWRNORM)
172 if (events & EPOLLONESHOT) in epoll_ctl()
/illumos-gate/usr/src/uts/common/sys/
H A Depoll.h66 #define EPOLLONESHOT (1UL << 30) /* translated to POLLONESHOT */ macro