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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.h55 #define NL7C_WAITWRITE 0x00000004 /* NL7C waiting first write */ macro
H A Dnl7curi.c1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) {
1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE;
1306 if (sti->sti_nl7c_flags & NL7C_WAITWRITE)
1307 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE;
2143 sti->sti_nl7c_flags |= NL7C_WAITWRITE;
H A Dsocktpi.c3144 if ((sti->sti_nl7c_flags & (NL7C_ENABLED | NL7C_WAITWRITE)) ==
3169 ! (sti->sti_nl7c_flags & NL7C_WAITWRITE)) {

Completed in 75 milliseconds