Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmenu.c162 int menu_get_boot_index(bool *valid_entries) in menu_get_boot_index() argument
172 !valid_entries[boot_index]); in menu_get_boot_index()
197 bool valid_entries[MAX_BOOT_ENTRIES] = {false}; in menu_get_zipl_boot_index() local
219 valid_entries[entry] = true; in menu_get_zipl_boot_index()
227 return menu_get_boot_index(valid_entries); in menu_get_zipl_boot_index()
230 int menu_get_enum_boot_index(bool *valid_entries) in menu_get_enum_boot_index() argument
237 if (valid_entries[i]) { in menu_get_enum_boot_index()
250 return menu_get_boot_index(valid_entries); in menu_get_enum_boot_index()
H A Ds390-ccw.h88 int menu_get_enum_boot_index(bool *valid_entries);
90 int menu_get_boot_index(bool *valid_entries);
H A Dnetmain.c338 bool valid_entries[MAX_BOOT_ENTRIES] = { false }; in net_boot_menu() local
343 valid_entries[0] = true; in net_boot_menu()
347 valid_entries[idx] = true; in net_boot_menu()
351 idx = menu_get_boot_index(valid_entries); in net_boot_menu()
H A Dbootmap.c741 bool valid_entries[MAX_BOOT_ENTRIES] = {false}; in ipl_scsi() local
777 valid_entries[i] = true; in ipl_scsi()
789 loadparm = menu_get_enum_boot_index(valid_entries); in ipl_scsi()
797 if (!valid_entries[loadparm]) { in ipl_scsi()