Home
last modified time | relevance | path

Searched refs:QWCLOSE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h182 #define QWCLOSE 0x00020000 /* will not be enabled */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1286 ASSERT((qp->q_flag & QWCLOSE) && (wqp->q_flag & QWCLOSE)); in qdetach()
1329 qp->q_flag |= QWCLOSE; in disable_svc()
1332 wqp->q_flag |= QWCLOSE; in disable_svc()
1344 qp->q_flag &= ~QWCLOSE; in enable_svc()
1347 wqp->q_flag &= ~QWCLOSE; in enable_svc()
3666 if (!(q->q_flag & QWCLOSE)) in runservice()
6163 if (q->q_flag & QWCLOSE) { in write_now()
8203 if (q->q_flag & (QWCLOSE|QENAB)) in qenable_locked()
H A Dddi.c599 if (q->q_flag & QWCLOSE) { in qprocsoff()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c88 { SF(QWCLOSE), "will not be enabled" },
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3691 if (qp->q_flag & QWCLOSE) { in rwnext_enter()
3793 if (qp->q_flag & QWCLOSE) { in rwnext()