Home
last modified time | relevance | path

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

/external/u-boot/fs/sandbox/
Dsandboxfs.c28 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_read_at()
65 ret = os_lseek(fd, pos, OS_SEEK_SET); in sandbox_fs_write_at()
/external/u-boot/drivers/block/
Dsandbox.c51 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
78 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
/external/u-boot/include/
Dos.h60 #define OS_SEEK_SET 0 macro
/external/u-boot/drivers/usb/emul/
Dsandbox_flash.c231 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
/external/u-boot/arch/sandbox/cpu/
Dos.c56 if (whence == OS_SEEK_SET) in os_lseek()
/external/u-boot/drivers/mtd/spi/
Dsandbox.c389 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()