Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c388 struct boot_status *bs, const struct flash_area *fap_pri, in boot_move_sector_up() argument
406 rc = swap_erase_trailer_sectors(state, fap_pri); in boot_move_sector_up()
409 rc = swap_status_init(state, fap_pri, bs); in boot_move_sector_up()
417 rc = boot_erase_region(fap_pri, new_off, sz); in boot_move_sector_up()
420 rc = boot_copy_region(state, fap_pri, fap_pri, old_off, new_off, sz); in boot_move_sector_up()
431 struct boot_status *bs, const struct flash_area *fap_pri, in boot_swap_sectors() argument
444 rc = boot_erase_region(fap_pri, pri_off, sz); in boot_swap_sectors()
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()
528 const struct flash_area *fap_pri; in swap_run() local
[all …]