Searched defs:LH_STREAM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c101 #define LH_STREAM (0x1) /* handle to a streams device */ macro
398 lhp->lh_type |= LH_STREAM;
1784 } else if (handlep->lh_type & LH_STREAM) {
1807 } else if (handlep->lh_type & LH_STREAM) {
1829 if (handlep->lh_type & LH_STREAM)
1955 } else if (handlep->lh_type & LH_STREAM) {
1991 } else if (handlep->lh_type & LH_STREAM) {
2161 if (!(handlep->lh_type & LH_STREAM)) {
2193 if (!(handlep->lh_type & LH_STREAM))

Completed in 61 milliseconds