Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c67 { "boot_askname", RB_ASKNAME},
137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
157 case 'a': howto |= RB_ASKNAME; break; in boot_parse_arg()
H A Dvfs_mountroot.c900 if (boothowto & RB_ASKNAME) in vfs_mountroot_conf0()
935 if (!(boothowto & RB_ASKNAME)) in vfs_mountroot_conf0()
H A Dkern_cons.c144 |RB_ASKNAME)) == RB_MUTE); in cninit()
/f-stack/freebsd/sys/
H A Dreboot.h44 #define RB_ASKNAME 0x001 /* force prompt of device of root filesystem */ macro