Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_boot.c69 { "boot_dfltroot", RB_DFLTROOT},
138 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
167 case 'r': howto |= RB_DFLTROOT; break; in boot_parse_arg()
HDvfs_mountroot.c903 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0()
932 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0()
/freebsd-14-stable/sys/sys/
HDreboot.h48 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro
/freebsd-14-stable/sys/nfs/
HDbootp_subr.c1416 if ((p == NULL || (boothowto & RB_DFLTROOT) != 0) && in bootpc_decode_reply()
/freebsd-14-stable/sys/conf/
HDNOTES189 # the RB_DFLTROOT flag (-r) is specified when booting the kernel.