Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h52 struct boot_rsp { struct
86 fih_ret boot_go(struct boot_rsp *rsp);
87 fih_ret boot_go_for_image_id(struct boot_rsp *rsp, uint32_t image_id);
91 fih_ret context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp);
/mcuboot-latest/boot/nuttx/
Dmain.c64 static void do_boot(struct boot_rsp *rsp) in do_boot()
100 struct boot_rsp rsp; in main()
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c63 static void do_boot(struct boot_rsp *rsp) in do_boot()
82 struct boot_rsp rsp; in main()
/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp74 struct boot_rsp rsp; in main()
/mcuboot-latest/boot/zephyr/
Dfirmware_loader.c106 static fih_ret validate_image_slot(int slot, struct boot_rsp *rsp) in validate_image_slot()
154 boot_go(struct boot_rsp *rsp) in boot_go()
Dmain.c147 static void do_boot(struct boot_rsp *rsp) in do_boot()
278 static void do_boot(struct boot_rsp *rsp) in do_boot()
307 static void do_boot(struct boot_rsp *rsp) in do_boot()
414 struct boot_rsp rsp;
Dsingle_loader.c102 boot_go(struct boot_rsp *rsp) in boot_go()
/mcuboot-latest/boot/mynewt/src/
Dmain.c51 void boot_custom_start(uintptr_t flash_base, struct boot_rsp *rsp);
219 struct boot_rsp rsp; in mynewt_main()
Dsingle_loader.c102 boot_go(struct boot_rsp *rsp) in boot_go()
/mcuboot-latest/boot/espressif/
Dmain.c52 void do_boot(struct boot_rsp *rsp) in do_boot()
161 struct boot_rsp rsp; in main()
/mcuboot-latest/docs/
DPORTING.md29 int boot_go(struct boot_rsp *rsp);
33 boot_rsp` pointer. The `struct boot_rsp` is defined as:
36 struct boot_rsp {
50 an initialized `boot_rsp` which has pointers to the location of the image
/mcuboot-latest/boot/bootutil/src/
Dloader.c199 fill_rsp(struct boot_loader_state *state, struct boot_rsp *rsp) in fill_rsp()
2197 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
3309 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
3388 boot_go(struct boot_rsp *rsp)
3410 boot_go_for_image_id(struct boot_rsp *rsp, uint32_t image_id)
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c248 struct boot_rsp *rsp, int image_id) in invoke_boot_go()