Home
last modified time | relevance | path

Searched refs:boot_jmpbuf (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c55 jmp_buf boot_jmpbuf; member
266 if (setjmp(ctx->boot_jmpbuf) == 0) { in invoke_boot_go()
354 longjmp(ctx->boot_jmpbuf, 1); in flash_area_write()
366 longjmp(ctx->boot_jmpbuf, 1); in flash_area_erase()
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs102 pub boot_jmpbuf: [u64; 48], field
112 boot_jmpbuf: [0; 48], in default()