Searched refs:OS_SEEK_SET (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/fs/sandbox/ |
D | sandboxfs.c | 28 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/ |
D | sandbox.c | 51 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/ |
D | os.h | 60 #define OS_SEEK_SET 0 macro
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_flash.c | 231 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 56 if (whence == OS_SEEK_SET) in os_lseek()
|
/external/u-boot/drivers/mtd/spi/ |
D | sandbox.c | 389 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()
|