Home
last modified time | relevance | path

Searched refs:POLLONESHOT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h83 #define POLLONESHOT 0x1000 /* /dev/poll should one-shot this fd */ macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c173 ev |= POLLONESHOT; in epoll_ctl()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c410 if (pdp->pd_events == POLLONESHOT) { in dp_pcache_poll()
553 if (pdp->pd_events & POLLONESHOT) { in dp_pcache_poll()
562 pdp->pd_events = POLLONESHOT; in dp_pcache_poll()