Searched refs:RB_CDROM (Results 1 – 3 of 3) sorted by relevance
68 { "boot_cdrom", RB_CDROM},137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()158 case 'C': howto |= RB_CDROM; break; in boot_parse_arg()
906 if (boothowto & RB_CDROM) { in vfs_mountroot_conf0()
56 #define RB_CDROM 0x2000 /* use cdrom as root */ macro