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

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_ha.c158 int ha_shutdown; member in struct:ha_softc
588 if (softc->ha_disconnect || softc->ha_shutdown) {
590 if (softc->ha_disconnect == 2 || softc->ha_shutdown)
593 if (softc->ha_shutdown)
638 softc->ha_shutdown = 2;
999 if (softc->ha_shutdown < 2) {
1000 softc->ha_shutdown = 1;
1003 while (softc->ha_shutdown < 2) {

Completed in 46 milliseconds