Searched refs:STPLEX (Results 1 – 7 of 7) sorted by relevance
678 ASSERT(!(stp->sd_flag & STPLEX)); in strclose()1245 if (stp->sd_flag & (STRDERR|STPLEX)) { in strread()1246 error = strgeterr(stp, STRDERR|STPLEX, 0); in strread()2016 ASSERT(!(stp->sd_flag & STPLEX)); in strrput_nondata()2576 if (eiohup && (stp->sd_flag & (STPLEX|STRHUP)) == STRHUP) in strwriteable()2579 error = strgeterr(stp, STRHUP|STPLEX|STWRERR, 0); in strwriteable()2582 if (!(stp->sd_flag & STPLEX) && in strwriteable()2837 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in strwrite_common()2959 (stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in strwrite_common()3006 ASSERT(!(stp->sd_flag & STPLEX)); in strwsrv()[all …]
1779 if (stp->sd_flag & STPLEX) { in mlink_file()1795 (STPLEX|STRHUP|STRDERR|STWRERR|IOCWAIT|STRPLUMB)) || in mlink_file()1858 stpdown->sd_flag |= STPLEX; in mlink_file()1974 stpdown->sd_flag &= ~STPLEX; in mlink_file()2236 stpdown->sd_flag &= ~STPLEX; in munlink()3037 errs = STRDERR|STPLEX; in strwaitq()3041 errs = STWRERR|STRHUP|STPLEX; in strwaitq()3044 errs = STPLEX; in strwaitq()4304 ASSERT((flags_to_check & ~(STRDERR|STWRERR|STRHUP|STPLEX)) == 0); in strgeterr()4305 if (sd_flag & STPLEX) in strgeterr()[all …]
320 if (((stp->sd_flag & (STRHUP|STRDERR|STWRERR|STPLEX)) != 0) || in strctty()
119 if (stp == NULL || stp->sd_flag & STPLEX) in proto_set_maxpsz()
4429 !(stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in kstrwritemp()4431 } else if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritemp()4434 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritemp()4437 if (!(stp->sd_flag & STPLEX) && in kstrwritemp()4672 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY)) in sostream_direct()4726 (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY))) { in sostream_direct()
281 #define STPLEX 0x00000040 /* stream is being multiplexed */ macro
143 { SF(STPLEX), "stream is being multiplexed" },