Searched refs:sys_lseek (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 582 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() function 594 return __sysret(sys_lseek(fd, offset, whence)); in lseek()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 115 PTR sys_lseek
|
H A D | scall-trans-i386.S | 127 PTR sys_lseek /* 19 */
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1587 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() function 2001 off_t ret = sys_lseek(fd, offset, whence); in lseek()
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 204 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 204 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 171 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 171 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 153 __SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 491 asmlinkage long sys_lseek(unsigned int fd, off_t offset,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 452 asmlinkage long sys_lseek(unsigned int fd, off_t offset,
|
Completed in 17 milliseconds