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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c129 static enum action root_mount_onfail = A_CONTINUE; variable in typeref:enum:action
660 root_mount_onfail = A_CONTINUE;
662 root_mount_onfail = A_PANIC;
664 root_mount_onfail = A_REBOOT;
666 root_mount_onfail = A_RETRY;
840 root_mount_onfail = A_CONTINUE;
880 switch (root_mount_onfail) {

Completed in 45 milliseconds