Searched refs:NL7C_POLLIN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.h57 #define NL7C_POLLIN 0x00000010 /* poll() POLLIN prior to read */ macro
H A Dnl7c.c929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN);
945 sti->sti_nl7c_flags &= ~NL7C_POLLIN;
H A Dsocktpi.c1972 * for NL7C_POLLIN.
1978 sti->sti_nl7c_flags & (~NL7C_POLLIN);
6325 sti->sti_nl7c_flags |= NL7C_POLLIN;

Completed in 71 milliseconds