Home
last modified time | relevance | path

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

/arch/sandbox/cpu/
A Dos.c101 int os_open(const char *pathname, int os_flags) in os_open() function
172 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC); in os_write_file()
206 fd = os_open(fname, OS_O_RDONLY); in os_read_file()
242 ifd = os_open(pathname, os_flags); in os_map_file()
971 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
993 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
A Dspl.c246 fd = os_open(fname, OS_O_RDONLY); in sandbox_spl_load_fit()
290 fd = os_open(fname, OS_O_RDONLY); in upl_load_from_image()
A Dstate.c66 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
292 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()
A Dcpu.c400 fd = os_open(fname, OS_O_RDONLY); in board_fdt_blob_setup()

Completed in 8 milliseconds