Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h221 ndi_event_hdl_t h_ndi_event_hdl; member
266 hubd::h_ndi_event_hdl
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1974 (void) ndi_event_alloc_hdl(dip, 0, &hubd->h_ndi_event_hdl, NDI_SLEEP); in usba_hubdi_attach()
1977 if (ndi_event_bind_set(hubd->h_ndi_event_hdl, &hubd_ndi_events, in usba_hubdi_attach()
2860 if (hubd->h_ndi_event_hdl) { in hubd_cleanup()
2862 rval = ndi_event_free_hdl(hubd->h_ndi_event_hdl); in hubd_cleanup()
6879 return (ndi_event_retrieve_cookie(hubd->h_ndi_event_hdl, in hubd_busop_get_eventcookie()
6902 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl, cookie)); in hubd_busop_add_eventcall()
6905 switch (ndi_event_cookie_to_tag(hubd->h_ndi_event_hdl, cookie)) { in hubd_busop_add_eventcall()
6924 return (ndi_event_add_callback(hubd->h_ndi_event_hdl, in hubd_busop_add_eventcall()
6944 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl, in hubd_busop_remove_eventcall()
6948 return (ndi_event_remove_callback(hubd->h_ndi_event_hdl, cb_id)); in hubd_busop_remove_eventcall()
[all …]