Home
last modified time | relevance | path

Searched refs:OS_SEEK_CUR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dos.h61 #define OS_SEEK_CUR 1 macro
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c57 else if (whence == OS_SEEK_CUR) in os_lseek()