OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_SEEK_END
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
os.h
62
#define
OS_SEEK_END
2
/external/u-boot/drivers/block/
sandbox.c
131
os_lseek(fd, 0,
OS_SEEK_END
) / 512, &dev);
183
blk_dev->lba = os_lseek(host_dev->fd, 0,
OS_SEEK_END
) / blk_dev->blksz;
/external/u-boot/arch/sandbox/cpu/
os.c
60
else if (whence ==
OS_SEEK_END
)
Completed in 62 milliseconds