/external/strace/tests/ |
D | fcntl64.c | 34 #ifdef __NR_fcntl64
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 981 GO(__NR_fcntl64, "(GETFD) 2s 0m"); in main() 982 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main() 985 GO(__NR_fcntl64, "(DUPFD) 1s 0m"); in main() 986 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main() 991 GO(__NR_fcntl64, "(GETLK) 1s 0m"); in main() 992 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF); in main()
|
D | scalar.stderr.exp | 2905 221: __NR_fcntl64 (GETFD) 2s 0m 2916 221: __NR_fcntl64 (DUPFD) 1s 0m 2923 221: __NR_fcntl64 (GETLK) 1s 0m
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1567 GO(__NR_fcntl64, "(GETFD) 2s 0m"); in main() 1568 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main() 1571 GO(__NR_fcntl64, "(DUPFD) 1s 0m"); in main() 1572 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main() 1577 GO(__NR_fcntl64, "(GETLK) 1s 0m"); in main() 1578 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 897 #if !defined(__NR_fcntl64) 898 #define __NR_fcntl64 221 macro
|
D | arm_linux_syscalls.h | 740 #if !defined(__NR_fcntl64) 741 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
|
D | mips_linux_syscalls.h | 898 #if !defined(__NR_fcntl64) 899 #define __NR_fcntl64 (__NR_Linux + 220) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 225 #define __NR_fcntl64 221 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 151 if (sysno == __NR_fcntl64) in EvaluateSyscallImpl()
|
D | syscall_sets.cc | 349 case __NR_fcntl64: in IsAllowedOperationOnFd()
|
/external/valgrind/include/vki/ |
D | vki-scnums-ppc64-linux.h | 241 #define __NR_fcntl64 204 /* ???!!! 32bit only */ macro
|
D | vki-scnums-arm-linux.h | 258 #define __NR_fcntl64 221 macro
|
D | vki-scnums-ppc32-linux.h | 244 #define __NR_fcntl64 204 macro
|
D | vki-scnums-x86-linux.h | 259 #define __NR_fcntl64 221 macro
|
D | vki-scnums-mips32-linux.h | 260 #define __NR_fcntl64 (__NR_Linux + 220) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 249 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 243 #define __NR_fcntl64 (__NR_Linux + 220) macro 949 #define __NR_fcntl64 (__NR_Linux + 212) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1025 LINXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */
|
D | syswrap-ppc32-linux.c | 1106 LINXY(__NR_fcntl64, sys_fcntl64), // 204
|
D | syswrap-arm-linux.c | 1028 LINXY(__NR_fcntl64, sys_fcntl64), // 221
|
D | syswrap-mips32-linux.c | 1022 LINXY (__NR_fcntl64, sys_fcntl64), // 220
|
D | syswrap-x86-linux.c | 1665 LINXY(__NR_fcntl64, sys_fcntl64), // 221
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 912 #define __NR_fcntl64 __NR3264_fcntl
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1128 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221)
|