Home
last modified time | relevance | path

Searched refs:lh_type (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Ddriver_lyr.c395 lhp->lh_type = 0; in handle_alloc()
398 lhp->lh_type |= LH_STREAM; in handle_alloc()
400 lhp->lh_type |= LH_CBDEV; in handle_alloc()
1782 if (handlep->lh_type & LH_CBDEV) { in ldi_read()
1784 } else if (handlep->lh_type & LH_STREAM) { in ldi_read()
1805 if (handlep->lh_type & LH_CBDEV) { in ldi_write()
1807 } else if (handlep->lh_type & LH_STREAM) { in ldi_write()
1829 if (handlep->lh_type & LH_STREAM) in ldi_get_size()
1953 if (handlep->lh_type & LH_CBDEV) { in ldi_ioctl()
1955 } else if (handlep->lh_type & LH_STREAM) { in ldi_ioctl()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dsunldi_impl.h104 uint_t lh_type; member