Home
last modified time | relevance | path

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

/external/u-boot/drivers/block/
Dsandbox.c131 os_lseek(fd, 0, OS_SEEK_END) / 512, &dev);
184 blk_dev->lba = os_lseek(host_dev->fd, 0, OS_SEEK_END) / blk_dev->blksz;
/external/u-boot/include/
Dos.h52 #define OS_SEEK_END 2 macro
/external/u-boot/arch/sandbox/cpu/
Dos.c52 else if (whence == OS_SEEK_END) in os_lseek()
131 size = os_lseek(fd, 0, OS_SEEK_END); in os_read_file()