Searched refs:OS_SEEK_SET (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/block/ |
| A D | sandbox.c | 29 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 D | sandboxfs.c | 30 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 D | spl_load.c | 30 ret = os_lseek(text_ctx->fd, offset, OS_SEEK_SET); in read_fit_image()
|
| /u-boot/include/ |
| A D | os.h | 57 #define OS_SEEK_SET 0 macro
|
| /u-boot/drivers/scsi/ |
| A D | sandbox_scsi.c | 55 OS_SEEK_SET); in sandbox_scsi_exec()
|
| /u-boot/drivers/usb/emul/ |
| A D | sandbox_flash.c | 199 OS_SEEK_SET); in handle_ufi_command()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | os.c | 72 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 D | sandbox.c | 378 if (os_lseek(sbsf->fd, sbsf->off, OS_SEEK_SET) < 0) { in sandbox_sf_xfer()
|
Completed in 23 milliseconds