Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_conf.c141 if ((boothowto & RB_DFLTROOT) && in vfs_mountroot()
149 if (boothowto & (RB_DFLTROOT | RB_ASKNAME)) { in vfs_mountroot()
197 if (!(boothowto & RB_DFLTROOT)) in vfs_mountroot()
206 if (!(boothowto & (RB_DFLTROOT | RB_ASKNAME)) && !vfs_mountroot_ask()) in vfs_mountroot()
/dragonfly/sys/sys/
H A Dreboot.h50 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ macro
/dragonfly/stand/boot/pc32/libi386/
H A Dbootinfo.c85 howto |= RB_DFLTROOT; in bi_getboothowto()
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c60 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB,
H A Dmain.c260 howto |= RB_DFLTROOT; in main()
/dragonfly/sys/config/
H A DLINT64103 # the RB_DFLTROOT flag (-r) is specified when booting the kernel.