Searched refs:status (Results 1 – 13 of 13) sorted by relevance
/mcuboot-3.4.0/sim/src/ |
D | lib.rs | 138 let mut status = RunStatus::new(); in main() localVariable 149 status.run_single(device, align, 0xff); in main() 156 status.run_single(dev, align, erased_val); in main() 162 if status.failures > 0 { in main() 163 error!("{} Tests ran with {} failures", status.failures + status.passes, status.failures); in main() 166 error!("{} Tests ran successfully", status.passes); in main()
|
/mcuboot-3.4.0/boot/bootutil/include/bootutil/ |
D | mcuboot_status.h | 25 extern void mcuboot_status_change(mcuboot_status_type_t status);
|
/mcuboot-3.4.0/ptest/src/ |
D | main.rs | 54 st2.lock().unwrap().status(); in main() 111 self.status(); in start() 151 self.status(); in done() 154 fn status(&self) { in status() method 252 if cmdout.status.success() { "success" } else { "FAILURE" }, in run() 261 if !cmdout.status.success() { in run()
|
/mcuboot-3.4.0/ext/mbedtls-asn1/include/mbedtls/ |
D | platform.h | 281 extern void (*mbedtls_exit)( int status ); 292 int mbedtls_platform_set_exit( void (*exit_func)( int status ) );
|
/mcuboot-3.4.0/boot/zephyr/boards/ |
D | nrf52840dk_ram.overlay | 35 status = "okay";
|
D | nrf52840dk_ram_multi.overlay | 43 status = "okay";
|
/mcuboot-3.4.0/boot/bootutil/src/ |
D | swap_move.c | 149 uint8_t status; in swap_read_status_bytes() local 171 rc = flash_area_read(fap, off + (i - 1) * write_sz, &status, 1); in swap_read_status_bytes() 176 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
|
D | swap_scratch.c | 90 uint8_t status; in swap_read_status_bytes() local 109 &status, 1); in swap_read_status_bytes() 114 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
|
/mcuboot-3.4.0/docs/ |
D | imgtool.md | 115 does not overflow into the swap status area (metadata). If swap upgrades are 117 status area size when calculating overflow.
|
D | readme-zephyr.md | 253 * Custom image list - This command allows fetching version and installation status (custom properti…
|
D | release-notes.md | 319 overflow the status area, `--slot-size` was added and `--pad` was updated
|
/mcuboot-3.4.0/boot/zephyr/ |
D | Kconfig | 590 bool "Enable hooks for responding to MCUboot status changes" 592 This will call a handler when the MCUboot status changes which allows 593 for some level of user feedback, for instance to change LED status to 595 'void mcuboot_status_change(mcuboot_status_type_t status)' where
|
/mcuboot-3.4.0/ |
D | CODE_OF_CONDUCT.md | 9 identity and expression, level of experience, education, socio-economic status,
|