Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c516 int first_sector_idx; in find_swap_count() local
525 boot_copy_sz(state, last_sector_idx, &first_sector_idx); in find_swap_count()
527 last_sector_idx = first_sector_idx - 1; in find_swap_count()
752 int first_sector_idx; in swap_run() local
762 sz = boot_copy_sz(state, last_sector_idx, &first_sector_idx); in swap_run()
764 boot_swap_sectors(first_sector_idx, sz, state, bs); in swap_run()
767 last_sector_idx = first_sector_idx - 1; in swap_run()