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 D | av1394.c | 526 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 D | usbai.c | 1033 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 D | usbai_util.c | 2389 rval = ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in usba_common_register_events()
|
H A D | hubdi.c | 573 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
|
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | nx1394.c | 109 {NX1394_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
|
H A D | s1394_misc.c | 208 DDI_DEVI_REMOVE_EVENT, &cookie, NDI_EVENT_NOPASS) == in s1394_hal_shutdown()
|
H A D | s1394_hotplug.c | 83 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 D | usb_ia.c | 193 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
|
/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 246 { 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 D | hba.c | 633 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 D | usb_mid.c | 212 {USBA_EVENT_TAG_HOT_REMOVAL, DDI_DEVI_REMOVE_EVENT, EPL_KERNEL,
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 2115 #define DDI_DEVI_REMOVE_EVENT "DDI:DEVI_REMOVE" macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcfg.c | 5888 if (ddi_get_eventcookie(dip, DDI_DEVI_REMOVE_EVENT, in devi_detach_node()
|