Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_boot.c69 { "boot_dfltroot", RB_DFLTROOT},
139 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
169 case 'r': howto |= RB_DFLTROOT; break; in boot_parse_arg()
H A Dvfs_mountroot.c902 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0()
931 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0()
/freebsd/sys/sys/
H A Dreboot.h46 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro
/freebsd/sys/nfs/
H A Dbootp_subr.c1416 if ((p == NULL || (boothowto & RB_DFLTROOT) != 0) && in bootpc_decode_reply()
/freebsd/sys/conf/
H A DNOTES189 # the RB_DFLTROOT flag (-r) is specified when booting the kernel.