Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 12 of 12) sorted by relevance

/mcuboot-latest/boot/nuttx/
Dmain.c64 static void do_boot(struct boot_rsp *rsp) in do_boot()
100 struct boot_rsp rsp; in main() local
/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() local
/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; local
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() local
/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp74 struct boot_rsp rsp; in main() local
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c102 boot_go(struct boot_rsp *rsp) in boot_go()
Dmain.c219 struct boot_rsp rsp; in mynewt_main() local
/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/src/
Dc.rs87 let mut rsp = api::BootRsp { in boot_go() localVariable
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c248 struct boot_rsp *rsp, int image_id) in invoke_boot_go()