Searched refs:RB_DFLTROOT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | boot.h | 44 { "boot_dfltroot", RB_DFLTROOT},
|
| D | reboot.h | 47 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro
|
| /freebsd-10-stable/sys/boot/userboot/userboot/ |
| D | bootinfo.c | 84 howto |= RB_DFLTROOT; in bi_getboothowto()
|
| /freebsd-10-stable/sys/boot/i386/libi386/ |
| D | bootinfo.c | 84 howto |= RB_DFLTROOT; in bi_getboothowto()
|
| /freebsd-10-stable/sys/mips/beri/ |
| D | beri_machdep.c | 158 case 'r': boothowto |= RB_DFLTROOT; break; in _parse_bootargs()
|
| /freebsd-10-stable/sys/boot/ia64/common/ |
| D | bootinfo.c | 45 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
|
| /freebsd-10-stable/sys/boot/sparc64/loader/ |
| D | metadata.c | 94 howto |= RB_DFLTROOT; in md_getboothowto()
|
| /freebsd-10-stable/sys/boot/powerpc/ofw/ |
| D | metadata.c | 86 howto |= RB_DFLTROOT; in md_getboothowto()
|
| /freebsd-10-stable/sys/boot/uboot/common/ |
| D | metadata.c | 93 howto |= RB_DFLTROOT; in md_getboothowto()
|
| /freebsd-10-stable/sys/boot/powerpc/ps3/ |
| D | metadata.c | 85 howto |= RB_DFLTROOT; in md_getboothowto()
|
| /freebsd-10-stable/sys/kern/ |
| D | vfs_mountroot.c | 861 if (boothowto & RB_DFLTROOT) in vfs_mountroot_conf0() 890 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot_conf0()
|
| /freebsd-10-stable/sys/boot/efi/loader/ |
| D | bootinfo.c | 55 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
|
| D | main.c | 252 howto |= RB_DFLTROOT; in main()
|
| /freebsd-10-stable/sys/nfs/ |
| D | bootp_subr.c | 1501 if ((p == NULL || (boothowto & RB_DFLTROOT) != 0) && in bootpc_decode_reply()
|
| /freebsd-10-stable/sys/conf/ |
| D | NOTES | 191 # the RB_DFLTROOT flag (-r) is specified when booting the kernel.
|