Home
last modified time | relevance | path

Searched refs:OS_SEEK_END (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c132 os_lseek(fd, 0, OS_SEEK_END), &dev);
184 blk_dev->lba = os_lseek(host_dev->fd, 0, OS_SEEK_END) / blk_dev->blksz;
/OK3568_Linux_fs/u-boot/include/
H A Dos.h62 #define OS_SEEK_END 2 macro
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c59 else if (whence == OS_SEEK_END) in os_lseek()