Searched refs:valid_entries (Results 1 – 4 of 4) sorted by relevance
162 int menu_get_boot_index(bool *valid_entries) in menu_get_boot_index() argument172 !valid_entries[boot_index]); in menu_get_boot_index()197 bool valid_entries[MAX_BOOT_ENTRIES] = {false}; in menu_get_zipl_boot_index() local219 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() argument237 if (valid_entries[i]) { in menu_get_enum_boot_index()250 return menu_get_boot_index(valid_entries); in menu_get_enum_boot_index()
88 int menu_get_enum_boot_index(bool *valid_entries);90 int menu_get_boot_index(bool *valid_entries);
338 bool valid_entries[MAX_BOOT_ENTRIES] = { false }; in net_boot_menu() local343 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()
741 bool valid_entries[MAX_BOOT_ENTRIES] = {false}; in ipl_scsi() local777 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()