Home
last modified time | relevance | path

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

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