Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/include/asm/
Dstate.h78 bool ram_buf_rm; /* Remove RAM buffer file after read */ member
/external/u-boot/arch/sandbox/cpu/
Dstart.c219 state->ram_buf_rm = true; in sandbox_cmdline_cb_rm_memory()
Dstate.c412 if (state->ram_buf_rm && state->ram_buf_fname) in state_uninit()
Dos.c656 if (state->ram_buf_rm) in os_jump_to_file()