Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dos.h27 ssize_t os_read(int fd, void *buf, size_t count);
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dcpu.c135 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
H A Dos.c35 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function
45 return os_read(fd, buf, count); in os_read_no_block()
H A Dstate.c67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
/rk3399_rockchip-uboot/fs/sandbox/
H A Dsandboxfs.c44 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
/rk3399_rockchip-uboot/drivers/block/
H A Dsandbox.c57 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
/rk3399_rockchip-uboot/test/dm/
H A Dvideo.c251 size = os_read(fd, buf, buf_size); in read_file()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_flash.c341 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c409 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()