Home
last modified time | relevance | path

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

/arch/sandbox/cpu/
A Dspl.c217 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 Dcpu.c406 if (os_read(fd, blob, size) != size) { in board_fdt_blob_setup()
A Dos.c48 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 Dstate.c72 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()

Completed in 10 milliseconds