Home
last modified time | relevance | path

Searched refs:DDI_DEVI_REMOVE_EVENT (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394.c526 if (ddi_get_eventcookie(avp->av_dip, DDI_DEVI_REMOVE_EVENT, in av1394_add_events()
571 if (ddi_get_eventcookie(avp->av_dip, DDI_DEVI_REMOVE_EVENT, in av1394_remove_events()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai.c1033 if (ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in usb_register_hotplug_cbs()
1124 if (ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in usb_register_event_cbs()
H A Dusbai_util.c2389 rval = ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in usba_common_register_events()
H A Dhubdi.c573 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
/titanic_44/usr/src/uts/common/io/1394/
H A Dnx1394.c109 {NX1394_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
H A Ds1394_misc.c208 DDI_DEVI_REMOVE_EVENT, &cookie, NDI_EVENT_NOPASS) == in s1394_hal_shutdown()
H A Ds1394_hotplug.c83 DDI_DEVI_REMOVE_EVENT, &cookie, NDI_EVENT_NOPASS) in s1394_send_remove_event()
/titanic_44/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c193 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus.c246 { CB_EVENT_TAG_REMOVE, DDI_DEVI_REMOVE_EVENT, EPL_INTERRUPT, 0 }
729 DDI_DEVI_REMOVE_EVENT, &cookie, 0) == NDI_SUCCESS) { in cardbus_unload_cardbus()
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c633 if (ddi_get_eventcookie(sp->s_dip, DDI_DEVI_REMOVE_EVENT, in scsa1394_add_events()
670 if (ddi_get_eventcookie(sp->s_dip, DDI_DEVI_REMOVE_EVENT, in scsa1394_remove_events()
/titanic_44/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c212 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h2115 #define DDI_DEVI_REMOVE_EVENT "DDI:DEVI_REMOVE" macro
/titanic_44/usr/src/uts/common/os/
H A Ddevcfg.c5888 if (ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in devi_detach_node()