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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.c98 eventhandler_tag ha_shutdown_eh; member in struct:ha_softc
894 softc->ha_shutdown_eh = EVENTHANDLER_REGISTER(shutdown_pre_sync,
934 if (softc->ha_shutdown_eh != NULL) {
936 softc->ha_shutdown_eh);
937 softc->ha_shutdown_eh = NULL;

Completed in 103 milliseconds