Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1263 ASSERT(STREAM(qp)->sd_flag & (STRCLOSE|STWOPEN|STRPLUMB)); in qdetach()
1796 (STPLEX|STRHUP|STRDERR|STWRERR|IOCWAIT|STRPLUMB)) || in mlink_file()
1850 stpdown->sd_flag |= STRPLUMB; in mlink_file()
1950 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()
1981 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()
2042 stpdown->sd_flag |= STRPLUMB; in munlink()
2074 stpdown->sd_flag &= ~STRPLUMB; in munlink()
2257 stpdown->sd_flag &= ~STRPLUMB; in munlink()
4372 while (stmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4388 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
[all …]
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()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h303 #define STRPLUMB 0x08000000 /* push/pop pending */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c164 { SF(STRPLUMB), "stream plumbing changes in progress" },