Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dboot.h44 { "boot_dfltroot", RB_DFLTROOT},
Dreboot.h47 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro
/freebsd-10-stable/sys/boot/userboot/userboot/
Dbootinfo.c84 howto |= RB_DFLTROOT; in bi_getboothowto()
/freebsd-10-stable/sys/boot/i386/libi386/
Dbootinfo.c84 howto |= RB_DFLTROOT; in bi_getboothowto()
/freebsd-10-stable/sys/mips/beri/
Dberi_machdep.c158 case 'r': boothowto |= RB_DFLTROOT; break; in _parse_bootargs()
/freebsd-10-stable/sys/boot/ia64/common/
Dbootinfo.c45 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/freebsd-10-stable/sys/boot/sparc64/loader/
Dmetadata.c94 howto |= RB_DFLTROOT; in md_getboothowto()
/freebsd-10-stable/sys/boot/powerpc/ofw/
Dmetadata.c86 howto |= RB_DFLTROOT; in md_getboothowto()
/freebsd-10-stable/sys/boot/uboot/common/
Dmetadata.c93 howto |= RB_DFLTROOT; in md_getboothowto()
/freebsd-10-stable/sys/boot/powerpc/ps3/
Dmetadata.c85 howto |= RB_DFLTROOT; in md_getboothowto()
/freebsd-10-stable/sys/kern/
Dvfs_mountroot.c861 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0()
890 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0()
/freebsd-10-stable/sys/boot/efi/loader/
Dbootinfo.c55 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
Dmain.c252 howto |= RB_DFLTROOT; in main()
/freebsd-10-stable/sys/nfs/
Dbootp_subr.c1501 if ((p == NULL || (boothowto & RB_DFLTROOT) != 0) && in bootpc_decode_reply()
/freebsd-10-stable/sys/conf/
DNOTES191 # the RB_DFLTROOT flag (-r) is specified when booting the kernel.