Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h93 #define POLLNOERR 0x0400 /* Ignore POLLERR conditions */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6161 events |= POLLNOERR; in sotpi_poll()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c8325 if (!(events & POLLNOERR)) { in strpoll()