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

/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.h80 uint8_t stop_at_shutdown; member in struct:mprsas_target
H A Dmpr_sas_lsi.c1479 * The stop_at_shutdown flag will be set if this device is
1482 if (target->stop_at_shutdown) {
1655 * 'stop_at_shutdown' for the current 'enable_ssu' sysctl variable.
1673 target->stop_at_shutdown = FALSE;
1676 target->stop_at_shutdown = TRUE;
1678 target->stop_at_shutdown = FALSE;
1682 target->stop_at_shutdown = TRUE;
1686 target->stop_at_shutdown = TRUE;
1689 target->stop_at_shutdown = FALSE;
/freebsd-current/sys/dev/mps/
H A Dmps_sas.h78 uint8_t stop_at_shutdown; member in struct:mpssas_target
H A Dmps_sas_lsi.c1122 * The stop_at_shutdown flag will be set if this device is
1125 if (target->stop_at_shutdown) {
1290 * 'stop_at_shutdown' for the current 'enable_ssu' sysctl variable.
1308 target->stop_at_shutdown = FALSE;
1311 target->stop_at_shutdown = TRUE;
1313 target->stop_at_shutdown = FALSE;
1317 target->stop_at_shutdown = TRUE;
1321 target->stop_at_shutdown = TRUE;
1324 target->stop_at_shutdown = FALSE;

Completed in 63 milliseconds