Home
last modified time | relevance | path

Searched refs:boot_erase_region (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c616 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()
Dswap_offset.c476 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),
Dswap_move.c417 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()
Dswap_misc.c72 rc = boot_erase_region(fap, off, sz); in swap_erase_trailer_sectors()
Dbootutil_priv.h337 int boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz);
Dloader.c1280 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,