Home
last modified time | relevance | path

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

/titanic_41/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); in nl7c_process()
945 sti->sti_nl7c_flags &= ~NL7C_POLLIN; in nl7c_process()
H A Dsocktpi.c1969 sti->sti_nl7c_flags & (~NL7C_POLLIN); in sotpi_accept()
6283 sti->sti_nl7c_flags |= NL7C_POLLIN; in sotpi_poll()