Home
last modified time | relevance | path

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

/u-boot/include/
A Dos.h27 ssize_t os_read(int fd, void *buf, size_t count);
/u-boot/fs/sandbox/
A Dsandboxfs.c45 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
/u-boot/drivers/serial/
A Dsandbox.c106 count = os_read(0, data, avail); in sandbox_serial_pending()
/u-boot/arch/sandbox/cpu/
A Dcpu.c326 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
A Dos.c44 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function
162 if (os_read(fd, *bufp, size) != size) { in os_read_file()
A Dstate.c69 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
/u-boot/drivers/block/
A Dsandbox.c58 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
/u-boot/test/dm/
A Dvideo.c297 size = os_read(fd, buf, buf_size); in read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c339 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
/u-boot/drivers/mtd/spi/
A Dsandbox.c406 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()

Completed in 11 milliseconds