Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dloader.c157 uint8_t active_slot) in boot_add_shared_data() argument
164 boot_img_hdr(state, active_slot), in boot_add_shared_data()
165 BOOT_IMG_AREA(state, active_slot)); in boot_add_shared_data()
173 rc = boot_save_shared_data(boot_img_hdr(state, active_slot), in boot_add_shared_data()
174 BOOT_IMG_AREA(state, active_slot), in boot_add_shared_data()
175 active_slot, image_max_sizes); in boot_add_shared_data()
186 (void) (active_slot); in boot_add_shared_data()
201 uint32_t active_slot; in fill_rsp() local
218 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in fill_rsp()
220 active_slot = BOOT_PRIMARY_SLOT; in fill_rsp()
[all …]
Dswap_scratch.c860 uint32_t active_slot; in app_max_size() local
863 active_slot = state->slot_usage[BOOT_CURR_IMG(state)].active_slot; in app_max_size()
865 fa_id = flash_area_id_from_multi_image_slot(BOOT_CURR_IMG(state), active_slot); in app_max_size()
871 if (active_slot == BOOT_PRIMARY_SLOT) { in app_max_size()
872 active_slot = BOOT_SECONDARY_SLOT; in app_max_size()
874 active_slot = BOOT_PRIMARY_SLOT; in app_max_size()
877 fa_id = flash_area_id_from_multi_image_slot(BOOT_CURR_IMG(state), active_slot); in app_max_size()
Dbootutil_priv.h254 uint32_t active_slot; member
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_record.h82 const uint8_t active_slot,