Searched refs:mem_fname (Results 1 – 1 of 1) sorted by relevance
627 char mem_fname[30]; in os_jump_to_file() local636 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()