Home
last modified time | relevance | path

Searched refs:QSYNCSTR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstream.h182 #define QSYNCSTR 0x00100000 /* Q supports Synchronous STREAMS */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c87 { SF(QSYNCSTR), "Q supports Synchronous STREAMS" },
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c2452 qflag |= QSYNCSTR; in devflg_to_qflag()
2637 (rq->q_flag & QSYNCSTR) ? rinit->qi_struiot : STRUIOT_NONE; in setq()
2639 (wq->q_flag & QSYNCSTR) ? winit->qi_struiot : STRUIOT_NONE; in setq()
4872 if (qp->q_flag & QSYNCSTR) { in removeq()