Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/include/asm/
Dstate.h179 int sandbox_write_state(struct sandbox_state *state, const char *fname);
/external/u-boot/arch/sandbox/cpu/
Dstate.c234 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state() function
397 if (sandbox_write_state(state, state->state_fname)) { in state_uninit()