Searched refs:lh_type (Results 1 – 2 of 2) sorted by relevance
395 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()1799 if (handlep->lh_type & LH_CBDEV) { in ldi_read()1801 } else if (handlep->lh_type & LH_STREAM) { in ldi_read()1822 if (handlep->lh_type & LH_CBDEV) { in ldi_write()1824 } else if (handlep->lh_type & LH_STREAM) { in ldi_write()1846 if (handlep->lh_type & LH_STREAM) in ldi_get_size()1970 if (handlep->lh_type & LH_CBDEV) { in ldi_ioctl()1972 } else if (handlep->lh_type & LH_STREAM) { in ldi_ioctl()[all …]
104 uint_t lh_type; member