Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h81 #define POLLRDDATA 0x0200 /* Wait for M_DATA; ignore M_PROTO only msgs */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6225 events |= POLLRDDATA; in sotpi_poll()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c8283 if ((events & POLLRDDATA) && in strpoll()