Searched refs:QSYNCSTR (Results 1 – 3 of 3) sorted by relevance
182 #define QSYNCSTR 0x00100000 /* Q supports Synchronous STREAMS */ macro
87 { SF(QSYNCSTR), "Q supports Synchronous STREAMS" },
2452 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()