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()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 …]
104 uint_t lh_type; member