Home
last modified time | relevance | path

Searched refs:STPLEX (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c678 ASSERT(!(stp->sd_flag & STPLEX)); in strclose()
1245 if (stp->sd_flag & (STRDERR|STPLEX)) { in strread()
2016 ASSERT(!(stp->sd_flag & STPLEX)); in strrput_nondata()
2582 if (!(stp->sd_flag & STPLEX) && in strwriteable()
3006 ASSERT(!(stp->sd_flag & STPLEX)); in strwsrv()
6043 errs = STPLEX; in strdoioctl()
6045 errs = STRHUP|STRDERR|STWRERR|STPLEX; in strdoioctl()
6668 if (stp->sd_flag & (STRDERR|STPLEX)) { in strgetmsg()
7232 if (stp->sd_flag & (STRDERR|STPLEX)) { in kstrgetmsg()
7233 if ((stp->sd_flag & STPLEX) || in kstrgetmsg()
[all …]
H A Dstrsubr.c1780 if (stp->sd_flag & STPLEX) { in mlink_file()
1859 stpdown->sd_flag |= STPLEX; in mlink_file()
1975 stpdown->sd_flag &= ~STPLEX; in mlink_file()
2237 stpdown->sd_flag &= ~STPLEX; in munlink()
3038 errs = STRDERR|STPLEX; in strwaitq()
3042 errs = STWRERR|STRHUP|STPLEX; in strwaitq()
3045 errs = STPLEX; in strwaitq()
4306 if (sd_flag & STPLEX) in strgeterr()
4406 STRDERR|STWRERR|STRHUP|STPLEX, 0); in strstartplumb()
4429 STRDERR|STWRERR|STRHUP|STPLEX, 0); in strstartplumb()
[all …]
H A Dsession.c320 if (((stp->sd_flag & (STRHUP|STRDERR|STWRERR|STPLEX)) != 0) || in strctty()
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c119 if (stp == NULL || stp->sd_flag & STPLEX) in proto_set_maxpsz()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4430 !(stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in kstrwritemp()
4432 } else if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritemp()
4435 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritemp()
4438 if (!(stp->sd_flag & STPLEX) && in kstrwritemp()
4673 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY)) in sostream_direct()
4727 (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY))) { in sostream_direct()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h281 #define STPLEX 0x00000040 /* stream is being multiplexed */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c143 { SF(STPLEX), "stream is being multiplexed" },