Home
last modified time | relevance | path

Searched refs:boot_copy_region (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c645 rc = boot_copy_region(state, fap_secondary_slot, fap_scratch, in boot_swap_sectors()
658 rc = boot_copy_region(state, fap_primary_slot, fap_secondary_slot, in boot_swap_sectors()
682 rc = boot_copy_region(state, fap_scratch, fap_primary_slot, in boot_swap_sectors()
690 rc = boot_copy_region(state, fap_scratch, fap_primary_slot, in boot_swap_sectors()
Dswap_move.c420 rc = boot_copy_region(state, fap_pri, fap_pri, old_off, new_off, sz); in boot_move_sector_up()
447 rc = boot_copy_region(state, fap_sec, fap_pri, sec_off, pri_off, sz); in boot_swap_sectors()
459 rc = boot_copy_region(state, fap_pri, fap_sec, pri_up_off, sec_off, sz); in boot_swap_sectors()
Dbootutil_priv.h299 int boot_copy_region(struct boot_loader_state *state,
Dloader.c1293 boot_copy_region(struct boot_loader_state *state, function
1523 rc = boot_copy_region(state, fap_secondary_slot, fap_primary_slot, 0, 0, size);