Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 13 of 13) 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.c148 static void do_boot(struct boot_rsp *rsp) in do_boot()
306 static void do_boot(struct boot_rsp *rsp) in do_boot()
335 static void do_boot(struct boot_rsp *rsp) in do_boot()
442 struct boot_rsp rsp; local
Dsingle_loader.c110 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.cpp75 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/samples/runtime-source/zephyr/hooks/
Dhooks.c31 fih_ret boot_go_hook(struct boot_rsp *rsp) in boot_go_hook()
/mcuboot-latest/boot/bootutil/src/
Dloader.c210 fill_rsp(struct boot_loader_state *state, struct boot_rsp *rsp) in fill_rsp()
2255 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
2969 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp)
3048 boot_go(struct boot_rsp *rsp)
3070 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.c249 struct boot_rsp *rsp, int image_id) in invoke_boot_go()