Lines Matching defs:sd_flag

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