Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dloader.c89 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) macro
91 #define IMAGES_ITER(x) macro
206 IMAGES_ITER(BOOT_CURR_IMG(state)) { in fill_rsp()
238 IMAGES_ITER(BOOT_CURR_IMG(state)) { in close_all_flash_areas()
505 IMAGES_ITER(BOOT_CURR_IMG(state)) { in boot_verify_dependencies()
2231 IMAGES_ITER(BOOT_CURR_IMG(state)) {
2323 IMAGES_ITER(BOOT_CURR_IMG(state)) {
2400 IMAGES_ITER(BOOT_CURR_IMG(state)) {
2585 IMAGES_ITER(BOOT_CURR_IMG(state)) {
2678 IMAGES_ITER(BOOT_CURR_IMG(state)) {
[all …]
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c141 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) macro
143 #define IMAGES_ITER(x) macro
273 IMAGES_ITER(image_index) { in bs_list()
612 IMAGES_ITER(image_index) { in bs_slot_info()