/mcuboot-latest/sim/src/ |
D | image.rs | 585 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_bootstrap() 616 … let boot_result = c::boot_go(&mut flash, &self.areadesc, None, None, false).interrupted(); in run_oversized_bootstrap() 807 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert() 840 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert() 886 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_oversizefail_upgrade() 922 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_nodowngrade() 964 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert_newimage() 1018 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_signfail_upgrade() 1058 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_secondary_leftover_trailer() 1105 let result = c::boot_go(&mut flash, &self.areadesc, None, None, true); in run_with_status_fails_complete() [all …]
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_main.cpp | 75 rc = boot_go(&rsp); in main()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil.h | 86 fih_ret boot_go(struct boot_rsp *rsp);
|
/mcuboot-latest/boot/nuttx/ |
D | main.c | 126 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | main.c | 140 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 102 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | firmware_loader.c | 154 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | main.c | 501 FIH_CALL(boot_go, fih_rc, &rsp);
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 102 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | main.c | 249 FIH_CALL(boot_go, fih_rc, &rsp); in mynewt_main()
|
/mcuboot-latest/boot/espressif/ |
D | main.c | 180 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | c.rs | 71 pub fn boot_go(multiflash: &mut SimMultiFlash, areadesc: &AreaDesc, in boot_go() function
|
/mcuboot-latest/docs/ |
D | PORTING.md | 29 int boot_go(struct boot_rsp *rsp); 49 After running the management functions of the bootloader, `boot_go` returns
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 3388 boot_go(struct boot_rsp *rsp) function
|