Lines Matching defs:lh
1689 ldi_close(ldi_handle_t lh, int flag, cred_t *cr) in ldi_close()
1787 ldi_read(ldi_handle_t lh, struct uio *uiop, cred_t *credp) in ldi_read()
1810 ldi_write(ldi_handle_t lh, struct uio *uiop, cred_t *credp) in ldi_write()
1833 ldi_get_size(ldi_handle_t lh, uint64_t *sizep) in ldi_get_size()
1943 ldi_ioctl(ldi_handle_t lh, int cmd, intptr_t arg, int mode, in ldi_ioctl()
1993 ldi_poll(ldi_handle_t lh, short events, int anyyet, short *reventsp, in ldi_poll()
2018 ldi_prop_op(ldi_handle_t lh, ddi_prop_op_t prop_op, in ldi_prop_op()
2060 ldi_strategy(ldi_handle_t lh, struct buf *bp) in ldi_strategy()
2079 ldi_dump(ldi_handle_t lh, caddr_t addr, daddr_t blkno, int nblk) in ldi_dump()
2096 ldi_devmap(ldi_handle_t lh, devmap_cookie_t dhp, offset_t off, in ldi_devmap()
2114 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_aread()
2142 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_awrite()
2170 ldi_putmsg(ldi_handle_t lh, mblk_t *smp) in ldi_putmsg()
2198 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) in ldi_getmsg()
2231 ldi_get_dev(ldi_handle_t lh, dev_t *devp) in ldi_get_dev()
2243 ldi_get_otyp(ldi_handle_t lh, int *otyp) in ldi_get_otyp()
2255 ldi_get_devid(ldi_handle_t lh, ddi_devid_t *devid) in ldi_get_devid()
2274 ldi_get_minor_name(ldi_handle_t lh, char **minor_name) in ldi_get_minor_name()
2294 ldi_prop_lookup_int_array(ldi_handle_t lh, in ldi_prop_lookup_int_array()
2350 ldi_prop_lookup_int64_array(ldi_handle_t lh, in ldi_prop_lookup_int64_array()
2407 ldi_prop_lookup_string_array(ldi_handle_t lh, in ldi_prop_lookup_string_array()
2482 ldi_prop_lookup_string(ldi_handle_t lh, in ldi_prop_lookup_string()
2560 ldi_prop_lookup_byte_array(ldi_handle_t lh, in ldi_prop_lookup_byte_array()
2617 ldi_prop_get_int(ldi_handle_t lh, in ldi_prop_get_int()
2678 ldi_prop_get_int64(ldi_handle_t lh, in ldi_prop_get_int64()
2739 ldi_prop_exists(ldi_handle_t lh, uint_t flags, char *name) in ldi_prop_exists()
2791 ldi_get_eventcookie(ldi_handle_t lh, char *name, ddi_eventcookie_t *ecp) in ldi_get_eventcookie()
2830 ldi_add_event_handler(ldi_handle_t lh, ddi_eventcookie_t ec, in ldi_add_event_handler()
2885 ldi_remove_event_handler(ldi_handle_t lh, ldi_callback_id_t id) in ldi_remove_event_handler()
3093 ldi_ev_get_cookie(ldi_handle_t lh, char *evname, ldi_ev_cookie_t *cookiep) in ldi_ev_get_cookie()
3183 ldi_ev_register_callbacks(ldi_handle_t lh, ldi_ev_cookie_t cookie, in ldi_ev_register_callbacks()