Searched refs:SNDMREAD (Results 1 – 4 of 4) sorted by relevance
290 #define SNDMREAD 0x00008000 /* used for read notification */ macro
152 { SF(SNDMREAD), "used for read notification" },
2464 stp->sd_flag |= SNDMREAD; in strrput_nondata()2466 stp->sd_flag &= ~SNDMREAD; in strrput_nondata()
3074 if ((flag & READWAIT) && (stp->sd_flag & SNDMREAD)) { in strwaitq()