/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 57 #ifndef __NR__llseek 58 #define __NR__llseek 140 macro 78 retval = syscall(__NR__llseek, fd, (unsigned long long) (offset >> 32), in _syscall5()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 56 #ifndef __NR__llseek 57 #define __NR__llseek 140 macro 79 retval = syscall(__NR__llseek, fd, ((unsigned long long) offset) >> 32, in _syscall5()
|
/external/strace/tests/ |
D | llseek.c | 34 #ifdef __NR__llseek 47 int rc = syscall(__NR__llseek, -1, high, low, &result, SEEK_SET); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 573 #if !defined(__NR__llseek) 574 #define __NR__llseek 140 macro
|
D | arm_linux_syscalls.h | 432 #if !defined(__NR__llseek) 433 #define __NR__llseek (__NR_SYSCALL_BASE+140) macro
|
D | mips_linux_syscalls.h | 578 #if !defined(__NR__llseek) 579 #define __NR__llseek (__NR_Linux + 140) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-ppc32-linux.h | 177 #define __NR__llseek 140 macro
|
D | vki-scnums-x86-linux.h | 177 #define __NR__llseek 140 macro
|
D | vki-scnums-ppc64-linux.h | 177 #define __NR__llseek 140 macro
|
D | vki-scnums-arm-linux.h | 177 #define __NR__llseek 140 macro
|
D | vki-scnums-mips32-linux.h | 180 #define __NR__llseek (__NR_Linux + 140) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 144 #define __NR__llseek 140 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 168 #define __NR__llseek (__NR_SYSCALL_BASE+140) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 639 GO(__NR__llseek, "5s 1m"); in main() 640 SY(__NR__llseek, x0, x0, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 1595 140: __NR__llseek 5s 1m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 530 case __NR__llseek: in IsAllowedGeneralIo()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1229 GO(__NR__llseek, "5s 1m"); in main() 1230 SY(__NR__llseek, x0, x0, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 287 # if defined(__NR__llseek) in VG_() 289 SysRes res = VG_(do_syscall5)(__NR__llseek, fd, in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 949 LINXY(__NR__llseek, sys_llseek), // 140
|
D | syswrap-ppc32-linux.c | 1027 LINXY(__NR__llseek, sys_llseek), // 140
|
D | syswrap-mips32-linux.c | 945 LINXY (__NR__llseek, sys_llseek), // 140
|
D | syswrap-arm-linux.c | 930 LINXY(__NR__llseek, sys_llseek), // 140
|
D | syswrap-x86-linux.c | 1567 LINXY(__NR__llseek, sys_llseek), // 140
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 163 #define __NR__llseek (__NR_Linux + 140) macro
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1047 #define __NR__llseek (__NR_SYSCALL_BASE+140)
|