Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c273 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 …]
H A Dstrsubr.c1259 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()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h262 #define STWOPEN 0x00000020 /* waiting for 1st open */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c138 { SF(STWOPEN), "waiting for 1st open" },