Searched refs:img_off (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_scratch.c | 555 uint32_t img_off; in boot_swap_sectors() local 564 img_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); in boot_swap_sectors() 594 if ((img_off + sz) > in boot_swap_sectors() 646 img_off, 0, copy_sz); in boot_swap_sectors() 655 rc = boot_erase_region(fap_secondary_slot, img_off, sz); in boot_swap_sectors() 659 img_off, img_off, copy_sz); in boot_swap_sectors() 676 rc = boot_erase_region(fap_primary_slot, img_off, sz); in boot_swap_sectors() 683 0, img_off, copy_sz); in boot_swap_sectors() 691 scratch_trailer_off, img_off + copy_sz, in boot_swap_sectors()
|