Searched refs:__NR_lseek (Results 1 – 15 of 15) sorted by relevance
29 #define __NR_lseek 8 macro
40 #define __NR_lseek 19 macro
29 #define __NR_lseek (__X32_SYSCALL_BIT + 8) macro
412 #define __NR_lseek __NR3264_lseek macro
29 #define __NR_lseek (__NR_Linux + 8) macro
40 #define __NR_lseek (__NR_Linux + 19) macro
23 #define __NR_lseek (__NR_SYSCALL_BASE + 19) macro
51 #define __NR_lseek 19 macro52 __SYSCALL(__NR_lseek, compat_sys_lseek)
36 #define __NR_lseek (__NR_SYSCALL_BASE + 19) macro
57 SYSCALL_HAND_DEF(__NR_lseek, SysLseek, off_t, ARG_NUM_7) /* current only support 32bit max 4G file …
617 #define __NR_lseek __NR3264_lseek macro
882 #define __NR_lseek __NR3264_lseek macro
1589 return my_syscall3(__NR_lseek, fd, offset, whence); in sys_lseek()