Home
last modified time | relevance | path

Searched refs:QISDRV (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dstream.h183 #define QISDRV 0x00200000 /* the Queue is attached to a driver */ macro
/titanic_50/usr/src/uts/common/os/
H A Dlogsubr.c138 q->q_flag = QISDRV | QMTSAFE | QNOENB | QREADR | QUSE; in log_makeq()
H A Dmodconf.c627 cdp->d_qflag = qflag | QISDRV; in mod_installdrv()
H A Dstrsubr.c1158 ASSERT(qflag & QISDRV); in qattach()
1309 ASSERT(qp->q_fp != NULL || qp->q_flag & QISDRV); in qdetach()
4806 if (!(new->q_flag & QISDRV)) in insertq()
4913 isdriver = (qp->q_flag & QISDRV); in removeq()
7123 isdriver = (qp->q_flag & QISDRV); in propagate_syncq()
H A Dstreamio.c729 if (rmq->q_flag & QISDRV) { in strclose()
3898 if (q->q_next == NULL || (q->q_flag & (QREADR|QISDRV))) { in strioctl()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c88 { SF(QISDRV), "the Queue is attached to a driver" },