Searched refs:shutdown_eh (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dos_bsd.h184 eventhandler_tag shutdown_eh; member in struct:_vbus_ext
H A Dhpt27xx_osm_bsd.c1283 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1285 if (!vbus_ext->shutdown_eh)
/freebsd-10.2-release/sys/dev/hptnr/
H A Dos_bsd.h182 eventhandler_tag shutdown_eh; member in struct:_vbus_ext
H A Dhptnr_osm_bsd.c1465 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1467 if (!vbus_ext->shutdown_eh)
/freebsd-10.2-release/sys/dev/hptrr/
H A Dos_bsd.h183 eventhandler_tag shutdown_eh; member in struct:_vbus_ext
H A Dhptrr_osm_bsd.c1112 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1114 if (!vbus_ext->shutdown_eh)
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr.c1544 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1547 if (sc->shutdown_eh == NULL)
1694 if (sc->shutdown_eh != NULL)
1695 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh);
H A Dmprvar.h385 eventhandler_tag shutdown_eh; member in struct:mpr_softc
/freebsd-10.2-release/sys/dev/mps/
H A Dmps.c1541 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1544 if (sc->shutdown_eh == NULL)
1686 if (sc->shutdown_eh != NULL)
1687 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh);
H A Dmpsvar.h402 eventhandler_tag shutdown_eh; member in struct:mps_softc

Completed in 131 milliseconds