Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/bootutil/src/
Dswap_move.c168 write_sz = BOOT_WRITE_SZ(state); in swap_read_status_bytes()
245 trailer_sz = boot_trailer_sz(BOOT_WRITE_SZ(state)); in app_max_sectors()
522 trailer_sz = boot_trailer_sz(BOOT_WRITE_SZ(state)); in swap_run()
Dswap_scratch.c108 rc = flash_area_read(fap, off + i * BOOT_WRITE_SZ(state), in swap_read_status_bytes()
506 trailer_sz = boot_trailer_sz(BOOT_WRITE_SZ(state)); in boot_swap_sectors()
631 (BOOT_STATUS_STATE_COUNT - 1) * BOOT_WRITE_SZ(state)); in boot_swap_sectors()
Dswap_misc.c67 trailer_sz = boot_trailer_sz(BOOT_WRITE_SZ(state)); in swap_erase_trailer_sectors()
Dbootutil_priv.h369 #define BOOT_WRITE_SZ(state) ((state)->write_sz) macro
Dloader.c678 BOOT_WRITE_SZ(state) = boot_write_sz(state); in boot_read_sectors()
754 boot_status_internal_off(bs, BOOT_WRITE_SZ(state)); in boot_write_status()
1382 size += BOOT_WRITE_SZ(state) - (size % BOOT_WRITE_SZ(state)); in boot_copy_image()
1391 trailer_sz = boot_trailer_sz(BOOT_WRITE_SZ(state)); in boot_copy_image()