Searched refs:os_open (Results 1 – 4 of 4) sorted by relevance
| /arch/sandbox/cpu/ |
| A D | os.c | 101 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 D | spl.c | 246 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 D | state.c | 66 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 D | cpu.c | 400 fd = os_open(fname, OS_O_RDONLY); in board_fdt_blob_setup()
|
Completed in 8 milliseconds