Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/bootutil/src/
Dbootutil_priv.h295 const struct flash_area *fap_dst,
Dloader.c1211 const struct flash_area *fap_dst, in boot_copy_region() argument
1249 flash_area_get_id(fap_dst) == FLASH_AREA_IMAGE_SECONDARY(image_index)) && in boot_copy_region()
1251 flash_area_get_id(fap_dst) == FLASH_AREA_IMAGE_SECONDARY(image_index))) { in boot_copy_region()
1256 if (flash_area_get_id(fap_dst) == FLASH_AREA_IMAGE_SECONDARY(image_index)) { in boot_copy_region()
1263 if (flash_area_get_id(fap_dst) == FLASH_AREA_IMAGE_SECONDARY(image_index)) { in boot_copy_region()
1305 rc = flash_area_write(fap_dst, off_dst + bytes_copied, buf, chunk_sz); in boot_copy_region()