Searched refs:boot_copy_region (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_scratch.c | 645 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()
|
D | swap_move.c | 420 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()
|
D | bootutil_priv.h | 299 int boot_copy_region(struct boot_loader_state *state,
|
D | loader.c | 1293 boot_copy_region(struct boot_loader_state *state, function 1523 rc = boot_copy_region(state, fap_secondary_slot, fap_primary_slot, 0, 0, size);
|