Home
last modified time | relevance | path

Searched refs:__NR_fcntl64 (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/tests-mx32/
Dfcntl64.c32 #ifdef __NR_fcntl64
34 # define TEST_SYSCALL_NR __NR_fcntl64
/external/strace/tests-m32/
Dfcntl64.c32 #ifdef __NR_fcntl64
34 # define TEST_SYSCALL_NR __NR_fcntl64
/external/strace/tests/
Dfcntl64.c32 #ifdef __NR_fcntl64
34 # define TEST_SYSCALL_NR __NR_fcntl64
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c1000 GO(__NR_fcntl64, "(GETFD) 2s 0m"); in main()
1001 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
1004 GO(__NR_fcntl64, "(DUPFD) 1s 0m"); in main()
1005 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main()
1010 GO(__NR_fcntl64, "(GETLK) 1s 0m"); in main()
1011 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF); in main()
/external/valgrind/memcheck/tests/darwin/
Dscalar.c1567 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/
Dx86_32_linux_syscalls.h897 #if !defined(__NR_fcntl64)
898 #define __NR_fcntl64 221 macro
Dmips_linux_syscalls.h898 #if !defined(__NR_fcntl64)
899 #define __NR_fcntl64 (__NR_Linux + 220) macro
Darm_linux_syscalls.h740 #if !defined(__NR_fcntl64)
741 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy.cc151 if (sysno == __NR_fcntl64) in EvaluateSyscallImpl()
Dsyscall_sets.cc349 case __NR_fcntl64: in IsAllowedOperationOnFd()
/external/valgrind/include/vki/
Dvki-scnums-arm-linux.h258 #define __NR_fcntl64 221 macro
Dvki-scnums-ppc64-linux.h241 #define __NR_fcntl64 204 /* ???!!! 32bit only */ macro
Dvki-scnums-ppc32-linux.h244 #define __NR_fcntl64 204 macro
Dvki-scnums-x86-linux.h259 #define __NR_fcntl64 221 macro
Dvki-scnums-mips32-linux.h260 #define __NR_fcntl64 (__NR_Linux + 220) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_32.h225 #define __NR_fcntl64 221 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h184 #define __NR_fcntl64 (__NR_SYSCALL_BASE + 221) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h243 #define __NR_fcntl64 (__NR_Linux + 220) macro
962 #define __NR_fcntl64 (__NR_Linux + 212) macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c779 LINXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */
Dsyswrap-ppc32-linux.c864 LINXY(__NR_fcntl64, sys_fcntl64), // 204
Dsyswrap-arm-linux.c820 LINXY(__NR_fcntl64, sys_fcntl64), // 221
Dsyswrap-mips32-linux.c939 LINXY (__NR_fcntl64, sys_fcntl64), // 220
Dsyswrap-x86-linux.c1429 LINXY(__NR_fcntl64, sys_fcntl64), // 221
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h927 #define __NR_fcntl64 __NR3264_fcntl
/external/valgrind/docs/internals/
Dporting-to-ARM.txt1128 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221)

12