Home
last modified time | relevance | path

Searched refs:QUSE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dstream.h165 #define QUSE 0x00000020 /* This queue in use (allocation) */ macro
/titanic_44/usr/src/uts/common/os/
H A Dlogsubr.c138 q->q_flag = QISDRV | QMTSAFE | QNOENB | QREADR | QUSE; in log_makeq()
H A Dstrsubr.c3364 qp->q_flag = QUSE | QREADR; in allocq()
3380 wqp->q_flag = QUSE; in allocq()
3487 qp->q_flag &= ~QUSE; in freeq()
3488 wqp->q_flag &= ~QUSE; in freeq()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c72 { SF(QUSE), "This queue in use (allocation)" },