Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c627 char mem_fname[30]; in os_jump_to_file() local
636 strcpy(mem_fname, "/tmp/u-boot.mem.XXXXXX"); in os_jump_to_file()
637 fd = mkstemp(mem_fname); in os_jump_to_file()
641 err = os_write_ram_buf(mem_fname); in os_jump_to_file()
650 extra_args[3] = mem_fname; in os_jump_to_file()