Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus.c473 if (ndi_event_alloc_hdl(dip, *anp->an_iblock, &cbp->cb_ndi_event_hdl, in cardbus_attach()
478 if (ndi_event_bind_set(cbp->cb_ndi_event_hdl, in cardbus_attach()
549 if (cbp->cb_ndi_event_hdl != NULL) { in cardbus_detach()
550 (void) ndi_event_unbind_set(cbp->cb_ndi_event_hdl, in cardbus_detach()
552 ndi_event_free_hdl(cbp->cb_ndi_event_hdl); in cardbus_detach()
726 if (cbp->cb_ndi_event_hdl != NULL) { in cardbus_unload_cardbus()
728 if (ndi_event_retrieve_cookie(cbp->cb_ndi_event_hdl, dip, in cardbus_unload_cardbus()
730 (void) ndi_event_run_callbacks(cbp->cb_ndi_event_hdl, in cardbus_unload_cardbus()
2080 if (cbp->cb_ndi_event_hdl == NULL) { in cardbus_get_eventcookie()
2098 rc = ndi_event_retrieve_cookie(cbp->cb_ndi_event_hdl, rdip, eventname, in cardbus_get_eventcookie()
[all …]
H A Dcardbus.h65 ndi_event_hdl_t cb_ndi_event_hdl; member