Searched refs:os_read (Results 1 – 4 of 4) sorted by relevance
| /arch/sandbox/cpu/ |
| A D | spl.c | 217 res = os_read(load_ctx->fd, buf, size); in read_fit_image() 251 ret = os_read(fd, header, sizeof(*header)); in sandbox_spl_load_fit() 299 if (os_read(fd, map_sysmem(addr, 0), size) != size) in upl_load_from_image()
|
| A D | cpu.c | 406 if (os_read(fd, blob, size) != size) { in board_fdt_blob_setup()
|
| A D | os.c | 48 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function 223 if (os_read(fd, *bufp, size) != size) { in os_read_file()
|
| A D | state.c | 72 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
|
Completed in 10 milliseconds