Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c140 ev = POLLREMOVE; in epoll_ctl()
153 epoll[i++].dpep_pollfd.events = POLLREMOVE; in epoll_ctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h82 #define POLLREMOVE 0x0800 /* remove cached /dev/poll fd */ macro
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c210 fd.events = POLLREMOVE; in clear_fd()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c887 if (pfdp->events != POLLREMOVE) { in dpwrite()