Searched refs:STRUIOT_NONE (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 280 &info, NULL, NULL, NULL, STRUIOT_NONE 285 NULL, &info, NULL, NULL, NULL, STRUIOT_NONE
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_helper_stream.c | 58 &ip_helper_stream_info, NULL, NULL, NULL, STRUIOT_NONE
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stream.h | 292 #define STRUIOT_NONE -1 /* doesn't support struio() */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | strsubr.c | 2661 (rq->q_flag & QSYNCSTR) ? rinit->qi_struiot : STRUIOT_NONE; in setq() 2663 (wq->q_flag & QSYNCSTR) ? winit->qi_struiot : STRUIOT_NONE; in setq() 7794 if (wrq->q_struiot == STRUIOT_NONE) { in strsetuio() 7813 if (_RD(wrq)->q_struiot == STRUIOT_NONE) { in strsetuio()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream.c | 3774 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_rwp)) { in rwnext() 3949 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_infop)) { in infonext()
|