Searched refs:boot_erase_region (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_scratch.c | 616 rc = boot_erase_region(fap_scratch, 0, flash_area_get_size(fap_scratch)); in boot_swap_sectors() 639 rc = boot_erase_region(fap_scratch, 0, in boot_swap_sectors() 655 rc = boot_erase_region(fap_secondary_slot, img_off, sz); in boot_swap_sectors() 676 rc = boot_erase_region(fap_primary_slot, img_off, sz); in boot_swap_sectors() 737 rc = boot_erase_region(fap_scratch, 0, flash_area_get_size(fap_scratch)); in boot_swap_sectors()
|
D | swap_offset.c | 476 rc = boot_erase_region(fap_sec, sec_off, sz); 496 rc = boot_erase_region(fap_pri, pri_off, sz); 537 rc = boot_erase_region(fap_sec, sec_off, sz); 557 rc = boot_erase_region(fap_pri, pri_off, sz); 718 rc = boot_erase_region(fap_sec, boot_img_sector_off(state, BOOT_SECONDARY_SLOT, 0),
|
D | swap_move.c | 417 rc = boot_erase_region(fap_pri, new_off, sz); in boot_move_sector_up() 444 rc = boot_erase_region(fap_pri, pri_off, sz); in boot_swap_sectors() 456 rc = boot_erase_region(fap_sec, sec_off, sz); in boot_swap_sectors()
|
D | swap_misc.c | 72 rc = boot_erase_region(fap, off, sz); in swap_erase_trailer_sectors()
|
D | bootutil_priv.h | 337 int boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz);
|
D | loader.c | 1280 boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz) function 1514 rc = boot_erase_region(fap_primary_slot, size, this_size); 1538 rc = boot_erase_region(fap_primary_slot, off, sz); 1608 rc = boot_erase_region(fap_secondary_slot, 1616 rc = boot_erase_region(fap_secondary_slot,
|