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

/freebsd-11.0-release/sys/kern/
H A Dvfs_mountroot.c126 static enum action root_mount_onfail = A_CONTINUE; variable in typeref:enum:action
626 root_mount_onfail = A_CONTINUE;
628 root_mount_onfail = A_PANIC;
630 root_mount_onfail = A_REBOOT;
632 root_mount_onfail = A_RETRY;
790 root_mount_onfail = A_CONTINUE;
830 switch (root_mount_onfail) {

Completed in 49 milliseconds