Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dos.h27 ssize_t os_read(int fd, void *buf, size_t count);
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c43 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c129 count = os_read(0, &serial_buf[serial_buf_write], 1); in sandbox_serial_pending()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c269 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
H A Dos.c36 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function
146 if (os_read(fd, *bufp, size) != size) { in os_read_file()
H A Dstate.c67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c56 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
/openbmc/u-boot/test/dm/
H A Dvideo.c288 size = os_read(fd, buf, buf_size); in read_file()
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c338 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c407 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()