Home
last modified time | relevance | path

Searched refs:jumped_fname (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h74 const char *jumped_fname; /* Jumped from previous U_Boot */ member
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c93 return state->jumped_fname ? SYSRESET_WARM : SYSRESET_POWER; in sandbox_sysreset_get_last()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c416 if (state->jumped_fname) in state_uninit()
417 os_unlink(state->jumped_fname); in state_uninit()
H A Dstart.c163 state->jumped_fname = arg; in sandbox_cmdline_cb_jump()