Home
last modified time | relevance | path

Searched refs:DDI_DEVI_BUS_RESET_EVENT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394.c444 if (ddi_get_eventcookie(avp->av_dip, DDI_DEVI_BUS_RESET_EVENT, in av1394_add_events()
495 if (ddi_get_eventcookie(avp->av_dip, DDI_DEVI_BUS_RESET_EVENT, in av1394_remove_events()
/illumos-gate/usr/src/uts/common/io/1394/
H A Dnx1394.c110 {NX1394_EVENT_TAG_BUS_RESET, DDI_DEVI_BUS_RESET_EVENT, EPL_KERNEL,
H A Ds1394_dev_disc.c428 DDI_DEVI_BUS_RESET_EVENT, &cookie, NDI_EVENT_NOPASS) == in s1394_target_bus_reset_notifies()
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c267 if (ddi_get_eventcookie(dip, DDI_DEVI_BUS_RESET_EVENT, in dcam_attach()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c627 if (ddi_get_eventcookie(sp->s_dip, DDI_DEVI_BUS_RESET_EVENT, in scsa1394_add_events()
678 if (ddi_get_eventcookie(sp->s_dip, DDI_DEVI_BUS_RESET_EVENT, in scsa1394_remove_events()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h2140 #define DDI_DEVI_BUS_RESET_EVENT "DDI:DEVI_BUS_RESET" macro