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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c590 * actions fail then the default behavior (vd_reset_access_failure = 0) is to
592 * the vd_reset_access_failure variable to A_REBOOT (= 0x1) and that will
597 static int vd_reset_access_failure = 0; variable
4080 if (vd_reset_access_failure == A_REBOOT) {
4084 } else if (vd_reset_access_failure == A_DUMP) {

Completed in 74 milliseconds