Home
last modified time | relevance | path

Searched refs:RB_DFLTROOT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_boot.c70 { "boot_dfltroot", RB_DFLTROOT},
137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
166 case 'r': howto |= RB_DFLTROOT; break; in boot_parse_arg()
H A Dvfs_mountroot.c903 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0()
932 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0()
/f-stack/freebsd/sys/
H A Dreboot.h49 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro