Home
last modified time | relevance | path

Searched refs:os_write_ram_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dos.h260 int os_write_ram_buf(const char *fname);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c510 int os_write_ram_buf(const char *fname) in os_write_ram_buf() function
641 err = os_write_ram_buf(mem_fname); in os_jump_to_file()
H A Dstate.c397 err = os_write_ram_buf(state->ram_buf_fname); in state_uninit()