Home
last modified time | relevance | path

Searched refs:STRCLOSE (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c151 { SF(STRCLOSE), "wait for a close to complete" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c321 if (strmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()
338 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()
364 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()
708 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()
716 (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()
725 stp->sd_flag |= STRCLOSE; in strclose()
729 stp->sd_flag |= STRCLOSE; in strclose()
864 stp->sd_flag &= ~STRCLOSE; in strclose()
H A Dstrsubr.c1263 ASSERT(STREAM(qp)->sd_flag & (STRCLOSE|STWOPEN|STRPLUMB)); in qdetach()
4372 while (stmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4388 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4417 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h289 #define STRCLOSE 0x00004000 /* wait for a close to complete */ macro