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.h213 ndi_event_hdl_t h_ndi_event_hdl; member in struct:hubd
258 hubd::h_ndi_event_hdl
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1964 (void) ndi_event_alloc_hdl(dip, 0, &hubd->h_ndi_event_hdl, NDI_SLEEP);
1967 if (ndi_event_bind_set(hubd->h_ndi_event_hdl, &hubd_ndi_events,
2809 if (hubd->h_ndi_event_hdl) {
2811 rval = ndi_event_free_hdl(hubd->h_ndi_event_hdl);
6555 return (ndi_event_retrieve_cookie(hubd->h_ndi_event_hdl,
6580 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl, cookie));
6583 switch (ndi_event_cookie_to_tag(hubd->h_ndi_event_hdl, cookie)) {
6602 return (ndi_event_add_callback(hubd->h_ndi_event_hdl,
6622 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl,
6626 return (ndi_event_remove_callback(hubd->h_ndi_event_hdl, cb_i
[all...]

Completed in 74 milliseconds