Home
last modified time | relevance | path

Searched refs:os_lseek (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/block/
A Dsandbox.c53 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
80 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
134 os_lseek(fd, 0, OS_SEEK_END) / 512, &dev);
193 blk_dev->lba = os_lseek(host_dev->fd, 0, OS_SEEK_END) / blk_dev->blksz;
/u-boot/fs/sandbox/
A Dsandboxfs.c30 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_read_at()
67 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_write_at()
/u-boot/include/
A Dos.h47 off_t os_lseek(int fd, off_t offset, int whence);
/u-boot/arch/sandbox/cpu/
A Dos.c54 off_t os_lseek(int fd, off_t offset, int whence) in os_lseek() function
147 size = os_lseek(fd, 0, OS_SEEK_END); in os_read_file()
152 if (os_lseek(fd, 0, OS_SEEK_SET) < 0) { in os_read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c232 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
/u-boot/drivers/mtd/spi/
A Dsandbox.c377 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()

Completed in 9 milliseconds