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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.c93 int ha_connected; member in struct:ha_softc
162 if (softc->ha_connected || softc->ha_disconnect) {
163 softc->ha_connected = 0;
226 if (softc->ha_connected == 0 || softc->ha_disconnect ||
526 if (softc->ha_connected == 0 &&
529 softc->ha_connected = 1;
644 if (!softc->ha_connected)
662 if (softc->ha_connected) {
683 if (!softc->ha_connected)
691 if (softc->ha_connected) {
[all...]

Completed in 67 milliseconds