Searched refs:OS_SEEK_SET (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/sandbox/ |
| H A D | sandboxfs.c | 29 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_read_at() 66 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_write_at()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | sandbox.c | 52 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) == 79 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | os.h | 60 #define OS_SEEK_SET 0 macro
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_flash.c | 234 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 380 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | os.c | 55 if (whence == OS_SEEK_SET) in os_lseek()
|