Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c558 size_t last_sector; in boot_swap_sectors() local
578 last_sector = boot_img_num_sectors(state, BOOT_PRIMARY_SLOT) - 1; in boot_swap_sectors()
579 sector_sz = boot_img_sector_size(state, BOOT_PRIMARY_SLOT, last_sector); in boot_swap_sectors()
588 sector_sz = boot_img_sector_size(state, BOOT_PRIMARY_SLOT, --last_sector); in boot_swap_sectors()
595 boot_img_sector_off(state, BOOT_PRIMARY_SLOT, last_sector)) { in boot_swap_sectors()
Dloader.c1442 size_t last_sector; local
1568 last_sector = boot_img_num_sectors(state, BOOT_SECONDARY_SLOT) - 1;
1572 last_sector),
1574 last_sector));