Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h82 #define POLLNOERR 0x0400 /* Ignore POLLERR conditions */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6231 events |= POLLNOERR; in sotpi_poll()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c8203 if (!(events & POLLNOERR)) { in strpoll()