Searched refs:firmware_section_exists (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_utils.c | 113 return !firmware_section_exists(image, FMAP_RW_DIAG_NVRAM); in has_printable_ecrw_version() 128 if (!firmware_section_exists(image, section_name)) in load_ecrw_version() 203 if (firmware_section_exists(image, FMAP_RW_FWID_A)) { in parse_firmware_image() 206 } else if (firmware_section_exists(image, FMAP_RW_FWID)) { in parse_firmware_image() 324 int firmware_section_exists(const struct firmware_image *image, in firmware_section_exists() function
|
H A D | updater.c | 321 if (section_name && !firmware_section_exists(image, section_name)) { in has_valid_update() 428 if (!firmware_section_exists(from, ah->area_name)) { in preserve_fmap_sections() 460 if (!firmware_section_exists(from, names[i])) in preserve_known_sections() 552 if (!firmware_section_exists(current, FMAP_RO_GSCVD)) { in is_ap_ro_locked_with_verification() 556 if (!firmware_section_exists(current, FMAP_SI_DESC)) { in is_ap_ro_locked_with_verification() 985 if (!firmware_section_exists(image_to, target)) { in update_try_rw_firmware() 1079 if (!firmware_section_exists(image_from, name) || in update_rw_firmware() 1080 !firmware_section_exists(image_to, name)) { in update_rw_firmware()
|
H A D | updater_utils.h | 118 int firmware_section_exists(const struct firmware_image *image,
|
H A D | updater_quirks.c | 300 } else if (!firmware_section_exists(ec_image, ec_ro)) { in quirk_ec_partial_recovery()
|