Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c624 ASSERT(!(stp->sd_flag & STPLEX)); in strclose()
1175 if (stp->sd_flag & (STRDERR|STPLEX)) { in strread()
1176 error = strgeterr(stp, STRDERR|STPLEX, 0); in strread()
1946 ASSERT(!(stp->sd_flag & STPLEX)); in strrput_nondata()
2506 if (eiohup && (stp->sd_flag & (STPLEX|STRHUP)) == STRHUP) in strwriteable()
2509 error = strgeterr(stp, STRHUP|STPLEX|STWRERR, 0); in strwriteable()
2512 if (!(stp->sd_flag & STPLEX) && in strwriteable()
2747 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in strwrite_common()
2869 (stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in strwrite_common()
2916 ASSERT(!(stp->sd_flag & STPLEX)); in strwsrv()
[all …]
H A Dstrsubr.c1776 if (stp->sd_flag & STPLEX) { in mlink_file()
1792 (STPLEX|STRHUP|STRDERR|STWRERR|IOCWAIT|STRPLUMB)) || in mlink_file()
1855 stpdown->sd_flag |= STPLEX; in mlink_file()
1915 stpdown->sd_flag &= ~STPLEX; in mlink_file()
2223 stpdown->sd_flag &= ~STPLEX; in munlink()
3013 errs = STRDERR|STPLEX; in strwaitq()
3017 errs = STWRERR|STRHUP|STPLEX; in strwaitq()
3020 errs = STPLEX; in strwaitq()
4280 ASSERT((flags_to_check & ~(STRDERR|STWRERR|STRHUP|STPLEX)) == 0); in strgeterr()
4281 if (sd_flag & STPLEX) in strgeterr()
[all …]
H A Dsession.c323 if (((stp->sd_flag & (STRHUP|STRDERR|STWRERR|STPLEX)) != 0) || in strctty()
/titanic_41/usr/src/uts/common/inet/
H A Dproto_set.c119 if (stp == NULL || stp->sd_flag & STPLEX) in proto_set_maxpsz()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1683 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritempnoqwait()
1685 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritempnoqwait()
1688 if (!(stp->sd_flag & STPLEX) && in kstrwritempnoqwait()
H A Dsocktpi.c4502 !(stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in kstrwritemp()
4504 } else if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritemp()
4507 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritemp()
4510 if (!(stp->sd_flag & STPLEX) && in kstrwritemp()
4738 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY)) in sostream_direct()
4792 (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY))) { in sostream_direct()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h263 #define STPLEX 0x00000040 /* stream is being multiplexed */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c139 { SF(STPLEX), "stream is being multiplexed" },