Searched refs:os_lseek (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/block/ |
| A D | sandbox.c | 53 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 D | sandboxfs.c | 30 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 D | os.h | 47 off_t os_lseek(int fd, off_t offset, int whence);
|
| /u-boot/arch/sandbox/cpu/ |
| A D | os.c | 54 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 D | sandbox_flash.c | 232 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
|
| /u-boot/drivers/mtd/spi/ |
| A D | sandbox.c | 377 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()
|
Completed in 9 milliseconds