Searched refs:sys_lseek (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h593 off_t sys_lseek(int fd, off_t offset, int whence) function
605 return __sysret(sys_lseek(fd, offset, whence));
/linux-master/include/uapi/asm-generic/
H A Dunistd.h171 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h171 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
/linux-master/include/linux/
H A Dsyscalls.h460 asmlinkage long sys_lseek(unsigned int fd, off_t offset,

Completed in 135 milliseconds