Home
last modified time | relevance | path

Searched refs:STWOPEN (Results 1 – 4 of 4) sorted by relevance

/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()
360 stp->sd_flag |= STWOPEN; in stropen()
364 if (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in stropen()
383 stp->sd_flag |= STWOPEN; in stropen()
402 stp->sd_flag &= ~(STRHUP|STWOPEN|STRDERR|STWRERR); in stropen()
424 stp->sd_flag = STWOPEN; in stropen()
478 stp->sd_flag &= ~STWOPEN; in stropen()
616 stp->sd_flag &= ~STWOPEN; in stropen()
708 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strclose()
[all …]
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.h280 #define STWOPEN 0x00000020 /* waiting for 1st open */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c142 { SF(STWOPEN), "waiting for 1st open" },