Searched refs:os_read (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/include/ |
D | os.h | 27 ssize_t os_read(int fd, void *buf, size_t count);
|
/external/u-boot/arch/sandbox/cpu/ |
D | cpu.c | 146 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
|
D | os.c | 36 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function 46 return os_read(fd, buf, count); in os_read_no_block()
|
D | state.c | 67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
|
/external/u-boot/fs/sandbox/ |
D | sandboxfs.c | 43 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
|
/external/u-boot/drivers/block/ |
D | sandbox.c | 56 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
|
/external/u-boot/test/dm/ |
D | video.c | 288 size = os_read(fd, buf, buf_size); in read_file()
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_flash.c | 338 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
|
/external/u-boot/drivers/mtd/spi/ |
D | sandbox.c | 418 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3609 {"read", (PyCFunction)os_read, METH_FASTCALL, os_read__doc__}, 3615 os_read(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in os_read() function
|