Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c518 uint32_t swap_count; in find_swap_count() local
522 swap_count = 0; in find_swap_count()
528 swap_count++; in find_swap_count()
531 return swap_count; in find_swap_count()
894 uint32_t swap_count; in boot_read_image_header() local
931 swap_count = find_swap_count(state, swap_size); in boot_read_image_header()
933 if (bs->idx - BOOT_STATUS_IDX_0 >= swap_count) { in boot_read_image_header()
936 } else if (bs->idx - BOOT_STATUS_IDX_0 == swap_count - 1) { in boot_read_image_header()