Home
last modified time | relevance | path

Searched refs: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; in handle_alloc()
1799 if (handlep->lh_type & LH_CBDEV) { in ldi_read()
1822 if (handlep->lh_type & LH_CBDEV) { in ldi_write()
1970 if (handlep->lh_type & LH_CBDEV) { in ldi_ioctl()
2006 if (handlep->lh_type & LH_CBDEV) { in ldi_poll()
2070 if (!(handlep->lh_type & LH_CBDEV)) in ldi_strategy()
2089 if (!(handlep->lh_type & LH_CBDEV)) in ldi_dump()
2107 if (!(handlep->lh_type & LH_CBDEV)) in ldi_devmap()
2124 if (!(handlep->lh_type & LH_CBDEV)) in ldi_aread()
[all …]