Searched refs:boot_modes (Results 1 – 1 of 1) sorted by relevance
65 struct boot_mode boot_modes[] = { variable193 for (i = 0; boot_modes[i].name; i++) in image_boot_mode_name()194 if (boot_modes[i].id == id) in image_boot_mode_name()195 return boot_modes[i].name; in image_boot_mode_name()203 for (i = 0; boot_modes[i].name; i++) in image_boot_mode_id()204 if (!strcmp(boot_modes[i].name, boot_mode_name)) in image_boot_mode_id()205 return boot_modes[i].id; in image_boot_mode_id()