Home
last modified time | relevance | path

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

/u-boot/fs/sandbox/
A Dsandboxfs.c30 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 Dos.h50 #define OS_SEEK_SET 0 macro
/u-boot/drivers/block/
A Dsandbox.c53 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) ==
/u-boot/arch/sandbox/cpu/
A Dos.c56 if (whence == OS_SEEK_SET) in os_lseek()
152 if (os_lseek(fd, 0, OS_SEEK_SET) < 0) { in os_read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c232 os_lseek(priv->fd, lba * SANDBOX_FLASH_BLOCK_LEN, OS_SEEK_SET); in handle_read()
/u-boot/drivers/mtd/spi/
A Dsandbox.c377 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()

Completed in 8 milliseconds