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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c102 #define LH_CBDEV (0x2) /* handle to a char/block device */ macro
400 lhp->lh_type |= LH_CBDEV;
1782 if (handlep->lh_type & LH_CBDEV) {
1805 if (handlep->lh_type & LH_CBDEV) {
1953 if (handlep->lh_type & LH_CBDEV) {
1989 if (handlep->lh_type & LH_CBDEV) {
2053 if (!(handlep->lh_type & LH_CBDEV))
2072 if (!(handlep->lh_type & LH_CBDEV))
2090 if (!(handlep->lh_type & LH_CBDEV))
2107 if (!(handlep->lh_type & LH_CBDEV))
[all...]

Completed in 51 milliseconds