Home
last modified time | relevance | path

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

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