Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c29 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 Dsandbox.c52 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 Dos.h60 #define OS_SEEK_SET 0 macro
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c234 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 Dsandbox.c380 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 Dos.c55 if (whence == OS_SEEK_SET) in os_lseek()