Searched refs:os_read (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | os.h | 27 ssize_t os_read(int fd, void *buf, size_t count);
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | cpu.c | 135 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
|
| H A D | os.c | 35 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 D | state.c | 67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
|
| /rk3399_rockchip-uboot/fs/sandbox/ |
| H A D | sandboxfs.c | 44 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
|
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | sandbox.c | 57 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | video.c | 251 size = os_read(fd, buf, buf_size); in read_file()
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_flash.c | 341 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sandbox.c | 409 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()
|