Searched refs:SYSCALL_LSEEK (Results 1 – 2 of 2) sorted by relevance
53 #define SYSCALL_LSEEK 0x40007 /* lseek(fd, offset, origin) */ macro
227 return __ghs_syscall(SYSCALL_LSEEK, fno, (long)offset, end); in __ghs_hostio_lseek()