Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h185 #define QSYNCSTR 0x00100000 /* Q supports Synchronous STREAMS */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c91 { SF(QSYNCSTR), "Q supports Synchronous STREAMS" },
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2466 qflag |= QSYNCSTR; in devflg_to_qflag()
2662 (rq->q_flag & QSYNCSTR) ? rinit->qi_struiot : STRUIOT_NONE; in setq()
2664 (wq->q_flag & QSYNCSTR) ? winit->qi_struiot : STRUIOT_NONE; in setq()
4897 if (qp->q_flag & QSYNCSTR) { in removeq()