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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h210 ndi_event_hdl_t h_ndi_event_hdl; member in struct:hubd
255 hubd::h_ndi_event_hdl
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1967 (void) ndi_event_alloc_hdl(dip, 0, &hubd->h_ndi_event_hdl, NDI_SLEEP);
1970 if (ndi_event_bind_set(hubd->h_ndi_event_hdl, &hubd_ndi_events,
2812 if (hubd->h_ndi_event_hdl) {
2814 rval = ndi_event_free_hdl(hubd->h_ndi_event_hdl);
6571 return (ndi_event_retrieve_cookie(hubd->h_ndi_event_hdl,
6596 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl, cookie));
6599 switch (ndi_event_cookie_to_tag(hubd->h_ndi_event_hdl, cookie)) {
6618 return (ndi_event_add_callback(hubd->h_ndi_event_hdl,
6638 ndi_event_cookie_to_name(hubd->h_ndi_event_hdl,
6642 return (ndi_event_remove_callback(hubd->h_ndi_event_hdl, cb_i
[all...]

Completed in 106 milliseconds