Searched refs:STWOPEN (Results 1 – 4 of 4) sorted by relevance
273 if (strmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()290 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()312 stp->sd_flag |= STWOPEN; in stropen()316 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()335 stp->sd_flag |= STWOPEN; in stropen()354 stp->sd_flag &= ~(STRHUP|STWOPEN|STRDERR|STWRERR); in stropen()376 stp->sd_flag = STWOPEN; in stropen()429 stp->sd_flag &= ~STWOPEN; in stropen()562 stp->sd_flag &= ~STWOPEN; in stropen()654 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()[all …]
1259 ASSERT(STREAM(qp)->sd_flag & (STRCLOSE|STWOPEN|STRPLUMB)); in qdetach()4347 while (stmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()4363 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()4392 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
262 #define STWOPEN 0x00000020 /* waiting for 1st open */ macro
138 { SF(STWOPEN), "waiting for 1st open" },