Home
last modified time | relevance | path

Searched refs:RB_ASKNAME (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_boot.c66 { "boot_askname", RB_ASKNAME},
139 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
159 case 'a': howto |= RB_ASKNAME; break; in boot_parse_arg()
H A Dvfs_mountroot.c899 if (boothowto & RB_ASKNAME) in vfs_mountroot_conf0()
934 if (!(boothowto & RB_ASKNAME)) in vfs_mountroot_conf0()
H A Dkern_cons.c168 |RB_ASKNAME)) == RB_MUTE); in cninit()
/freebsd/sys/sys/
H A Dreboot.h41 #define RB_ASKNAME 0x001 /* force prompt of device of root filesystem */ macro