Lines Matching defs:lh
1672 ldi_close(ldi_handle_t lh, int flag, cred_t *cr) in ldi_close()
1770 ldi_read(ldi_handle_t lh, struct uio *uiop, cred_t *credp) in ldi_read()
1793 ldi_write(ldi_handle_t lh, struct uio *uiop, cred_t *credp) in ldi_write()
1816 ldi_get_size(ldi_handle_t lh, uint64_t *sizep) in ldi_get_size()
1926 ldi_ioctl(ldi_handle_t lh, int cmd, intptr_t arg, int mode, in ldi_ioctl()
1976 ldi_poll(ldi_handle_t lh, short events, int anyyet, short *reventsp, in ldi_poll()
2001 ldi_prop_op(ldi_handle_t lh, ddi_prop_op_t prop_op, in ldi_prop_op()
2043 ldi_strategy(ldi_handle_t lh, struct buf *bp) in ldi_strategy()
2062 ldi_dump(ldi_handle_t lh, caddr_t addr, daddr_t blkno, int nblk) in ldi_dump()
2079 ldi_devmap(ldi_handle_t lh, devmap_cookie_t dhp, offset_t off, in ldi_devmap()
2097 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_aread()
2125 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) in ldi_awrite()
2153 ldi_putmsg(ldi_handle_t lh, mblk_t *smp) in ldi_putmsg()
2181 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) in ldi_getmsg()
2214 ldi_get_dev(ldi_handle_t lh, dev_t *devp) in ldi_get_dev()
2226 ldi_get_otyp(ldi_handle_t lh, int *otyp) in ldi_get_otyp()
2238 ldi_get_devid(ldi_handle_t lh, ddi_devid_t *devid) in ldi_get_devid()
2257 ldi_get_minor_name(ldi_handle_t lh, char **minor_name) in ldi_get_minor_name()
2277 ldi_prop_lookup_int_array(ldi_handle_t lh, in ldi_prop_lookup_int_array()
2333 ldi_prop_lookup_int64_array(ldi_handle_t lh, in ldi_prop_lookup_int64_array()
2390 ldi_prop_lookup_string_array(ldi_handle_t lh, in ldi_prop_lookup_string_array()
2465 ldi_prop_lookup_string(ldi_handle_t lh, in ldi_prop_lookup_string()
2543 ldi_prop_lookup_byte_array(ldi_handle_t lh, in ldi_prop_lookup_byte_array()
2600 ldi_prop_get_int(ldi_handle_t lh, in ldi_prop_get_int()
2661 ldi_prop_get_int64(ldi_handle_t lh, in ldi_prop_get_int64()
2722 ldi_prop_exists(ldi_handle_t lh, uint_t flags, char *name) in ldi_prop_exists()
2774 ldi_get_eventcookie(ldi_handle_t lh, char *name, ddi_eventcookie_t *ecp) in ldi_get_eventcookie()
2813 ldi_add_event_handler(ldi_handle_t lh, ddi_eventcookie_t ec, in ldi_add_event_handler()
2868 ldi_remove_event_handler(ldi_handle_t lh, ldi_callback_id_t id) in ldi_remove_event_handler()
3076 ldi_ev_get_cookie(ldi_handle_t lh, char *evname, ldi_ev_cookie_t *cookiep) in ldi_ev_get_cookie()
3166 ldi_ev_register_callbacks(ldi_handle_t lh, ldi_ev_cookie_t cookie, in ldi_ev_register_callbacks()