Searched refs:STRCLOSE (Results 1 – 4 of 4) sorted by relevance
274 if (strmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()291 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()317 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()655 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()663 (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()672 stp->sd_flag |= STRCLOSE; in strclose()676 stp->sd_flag |= STRCLOSE; in strclose()811 stp->sd_flag &= ~STRCLOSE; in strclose()
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()
271 #define STRCLOSE 0x00004000 /* wait for a close to complete */ macro
147 { SF(STRCLOSE), "wait for a close to complete" },