Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h136 short q_struiot; /* QLK: sync streams Q UIO mode */ member
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3391 q->q_struiot = (ushort_t)val; in strqset()
3516 *(short *)valp = q->q_struiot; in strqget()
3625 typ = stwrq->q_struiot; in struioget()
3768 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_rwp)) { in rwnext()
3943 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_infop)) { in infonext()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2661 rq->q_struiot = in setq()
2663 wq->q_struiot = in setq()
7795 if (wrq->q_struiot == STRUIOT_NONE) { in strsetuio()
7799 if (wrq->q_struiot != STRUIOT_DONTCARE) in strsetuio()
7814 if (_RD(wrq)->q_struiot == STRUIOT_NONE) { in strsetuio()
7818 if (_RD(wrq)->q_struiot != STRUIOT_DONTCARE) in strsetuio()