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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/dev/mpr/
H A Dmpr.c1721 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1724 if (sc->shutdown_eh == NULL)
1872 if (sc->shutdown_eh != NULL)
1873 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh);
H A Dmprvar.h423 eventhandler_tag shutdown_eh; member in struct:mpr_softc
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c1576 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final,
1579 if (sc->shutdown_eh == NULL)
1722 if (sc->shutdown_eh != NULL)
1723 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh);
H A Dmpsvar.h403 eventhandler_tag shutdown_eh; member in struct:mps_softc

Completed in 103 milliseconds