Searched refs:boot_img_sector_off (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_move.c | 401 new_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); in boot_move_sector_up() 402 old_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx - 1); in boot_move_sector_up() 439 pri_up_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); in boot_swap_sectors() 440 pri_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx - 1); in boot_swap_sectors() 441 sec_off = boot_img_sector_off(state, BOOT_SECONDARY_SLOT, idx - 1); in boot_swap_sectors()
|
D | swap_offset.c | 465 pri_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); 466 sec_off = boot_img_sector_off(state, BOOT_SECONDARY_SLOT, idx); 467 sec_up_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, (idx + 1)); 526 pri_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); 527 sec_off = boot_img_sector_off(state, BOOT_SECONDARY_SLOT, idx + 1); 528 sec_up_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); 718 rc = boot_erase_region(fap_sec, boot_img_sector_off(state, BOOT_SECONDARY_SLOT, 0),
|
D | swap_misc.c | 71 off = boot_img_sector_off(state, slot, sector); in swap_erase_trailer_sectors()
|
D | bootutil_priv.h | 453 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off() function 470 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off() function
|
D | swap_scratch.c | 564 img_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); in boot_swap_sectors() 595 boot_img_sector_off(state, BOOT_PRIMARY_SLOT, last_sector)) { in boot_swap_sectors()
|
D | loader.c | 1534 off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, sector); 1609 boot_img_sector_off(state, BOOT_SECONDARY_SLOT, 0), 1617 boot_img_sector_off(state, BOOT_SECONDARY_SLOT,
|