Lines Matching refs:sd_flag
1235 qp->q_stream->sd_flag |= STREOPENFAIL; in qreopen()
1259 ASSERT(STREAM(qp)->sd_flag & (STRCLOSE|STWOPEN|STRPLUMB)); in qdetach()
1751 if (stp->sd_flag & STRHUP) { in mlink_file()
1776 if (stp->sd_flag & STPLEX) { in mlink_file()
1791 (stpdown == stp) || (stpdown->sd_flag & in mlink_file()
1846 stpdown->sd_flag |= STRPLUMB; in mlink_file()
1855 stpdown->sd_flag |= STPLEX; in mlink_file()
1915 stpdown->sd_flag &= ~STPLEX; in mlink_file()
1921 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()
1956 stp->sd_flag |= STRHASLINKS; in mlink_file()
1966 stpdown->sd_flag &= ~STRPLUMB; in mlink_file()
2028 stpdown->sd_flag |= STRPLUMB; in munlink()
2060 stpdown->sd_flag &= ~STRPLUMB; in munlink()
2223 stpdown->sd_flag &= ~STPLEX; in munlink()
2243 stpdown->sd_flag &= ~STRPLUMB; in munlink()
3031 if (stp->sd_flag & errs) { in strwaitq()
3049 if ((flag & READWAIT) && (stp->sd_flag & SNDMREAD)) { in strwaitq()
3089 stp->sd_flag |= slpflg; in strwaitq()
3104 stp->sd_flag &= ~slpflg; in strwaitq()
3129 if ((stp->sd_flag & errs) && !(flag & STR_DELAYERR)) { in strwaitq()
3212 if ((mode == JCWRITE && !(stp->sd_flag & STRTOSTOP)) || in straccess()
4276 int32_t sd_flag = stp->sd_flag & flags_to_check; in strgeterr() local
4281 if (sd_flag & STPLEX) in strgeterr()
4283 else if (sd_flag & STRDERR) { in strgeterr()
4285 if ((stp->sd_flag & STRDERRNONPERSIST) && !ispeek) { in strgeterr()
4291 stp->sd_flag &= ~STRDERR; in strgeterr()
4299 stp->sd_flag &= ~STRDERR; in strgeterr()
4303 } else if (sd_flag & STWRERR) { in strgeterr()
4305 if ((stp->sd_flag & STWRERRNONPERSIST) && !ispeek) { in strgeterr()
4311 stp->sd_flag &= ~STWRERR; in strgeterr()
4319 stp->sd_flag &= ~STWRERR; in strgeterr()
4323 } else if (sd_flag & STRHUP) { in strgeterr()
4347 while (stmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4363 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4379 if (stp->sd_flag & (STRDERR|STWRERR|STRHUP|STPLEX)) { in strstartplumb()
4388 stp->sd_flag |= STRPLUMB; in strstartplumb()
4392 while (stp->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) { in strstartplumb()
4402 if (stp->sd_flag & (STRDERR|STWRERR|STRHUP|STPLEX)) { in strstartplumb()
4411 stp->sd_flag |= STRPLUMB; in strstartplumb()
4424 ASSERT(stp->sd_flag & STRPLUMB); in strendplumb()
4425 stp->sd_flag &= ~STRPLUMB; in strendplumb()
7756 if (stp->sd_flag & STPLEX) { in strsetuio()
7954 !(stp->sd_flag & (STRATMARK|STRNOTATMARK|STREOF))) { in strwaitmark()
7955 stp->sd_flag |= RSLEEP; in strwaitmark()
7963 if (stp->sd_flag & STRATMARK) in strwaitmark()
7987 stp->sd_flag &= ~STRDERR; in strsetrerror()
7989 stp->sd_flag |= STRDERR; in strsetrerror()
7991 stp->sd_flag &= ~STRDERRNONPERSIST; in strsetrerror()
7993 stp->sd_flag |= STRDERRNONPERSIST; in strsetrerror()
8023 stp->sd_flag &= ~STWRERR; in strsetwerror()
8025 stp->sd_flag |= STWRERR; in strsetwerror()
8027 stp->sd_flag &= ~STWRERRNONPERSIST; in strsetwerror()
8029 stp->sd_flag |= STWRERRNONPERSIST; in strsetwerror()
8058 stp->sd_flag &= ~STREOF; in strseteof()
8062 stp->sd_flag |= STREOF; in strseteof()
8063 if (stp->sd_flag & RSLEEP) { in strseteof()
8064 stp->sd_flag &= ~RSLEEP; in strseteof()