Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dsandbox.c29 if (os_lseek(plat->fd, start * desc->blksz, OS_SEEK_SET) == -1) { in host_block_read()
48 if (os_lseek(plat->fd, start * desc->blksz, OS_SEEK_SET) == -1) { in host_block_write()
/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/test/image/
A Dspl_load.c30 ret = os_lseek(text_ctx->fd, offset, OS_SEEK_SET); in read_fit_image()
/u-boot/include/
A Dos.h57 #define OS_SEEK_SET 0 macro
/u-boot/drivers/scsi/
A Dsandbox_scsi.c55 OS_SEEK_SET); in sandbox_scsi_exec()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c199 OS_SEEK_SET); in handle_ufi_command()
/u-boot/arch/sandbox/cpu/
A Dos.c72 if (whence == OS_SEEK_SET) in os_lseek()
176 if (os_lseek(fd, 0, OS_SEEK_SET) < 0) in os_filesize()
/u-boot/drivers/mtd/spi/
A Dsandbox.c378 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()

Completed in 23 milliseconds