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

/freebsd-10-stable/sys/kern/
H A Dvfs_mountroot.c123 static enum action root_mount_onfail = A_CONTINUE; variable in typeref:enum:action
608 root_mount_onfail = A_CONTINUE;
610 root_mount_onfail = A_PANIC;
612 root_mount_onfail = A_REBOOT;
614 root_mount_onfail = A_RETRY;
799 root_mount_onfail = A_CONTINUE;
834 switch (root_mount_onfail) {

Completed in 76 milliseconds