Searched refs:STRPLUMB (Results 1 – 4 of 4) sorted by relevance
1259 ASSERT(STREAM(qp)->sd_flag & (STRCLOSE|STWOPEN|STRPLUMB)); in qdetach()1792 (STPLEX|STRHUP|STRDERR|STWRERR|IOCWAIT|STRPLUMB)) || in mlink_file()1846 stpdown->sd_flag |= STRPLUMB; in mlink_file()1921 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()1966 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()2028 stpdown->sd_flag |= STRPLUMB; in munlink()2060 stpdown->sd_flag &= ~STRPLUMB; in munlink()2243 stpdown->sd_flag &= ~STRPLUMB; in munlink()4347 while (stmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()4363 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()[all …]
273 if (strmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()290 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()316 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()654 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()662 (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()
285 #define STRPLUMB 0x08000000 /* push/pop pending */ macro
160 { SF(STRPLUMB), "stream plumbing changes in progress" },