Searched refs:RB_ASKNAME (Results 1 – 4 of 4) sorted by relevance
67 { "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()
900 if (boothowto & RB_ASKNAME) in vfs_mountroot_conf0()935 if (!(boothowto & RB_ASKNAME)) in vfs_mountroot_conf0()
144 |RB_ASKNAME)) == RB_MUTE); in cninit()
44 #define RB_ASKNAME 0x001 /* force prompt of device of root filesystem */ macro