Lines Matching defs:te_nowsrv
211 * code calling putbq() also sets the te_nowsrv flag in the endpoint. The write
216 * on the STREAMS queue or terminates when it notices the te_nowsrv flag
225 * Note that a closing endpoint never sets te_nowsrv and never calls putbq().
583 boolean_t te_nowsrv;
691 (x)->te_nowsrv = B_TRUE; \
695 #define TL_QENABLE(x) { (x)->te_nowsrv = B_FALSE; qenable((x)->te_wq); }
696 #define TL_PUTQ(x, mp) { (x)->te_nowsrv = B_FALSE; (void)putq((x)->te_wq, mp); }
1235 tep->te_nowsrv = B_FALSE;
1562 tep->te_nowsrv = B_FALSE;
1990 * queue is empty or te_nowsrv is set.
1997 while ((wq->q_first != NULL) && !tep->te_nowsrv) {
2029 while (!tep->te_nowsrv && (mp = getq(wq)) != NULL) {
6229 tep->te_nowsrv = B_FALSE;