Searched refs:__NR_fcntl64 (Results 1 - 23 of 23) sorted by relevance

/external/strace/tests/
H A Dfcntl64.c34 #ifdef __NR_fcntl64
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c977 // __NR_fcntl64 221
981 GO(__NR_fcntl64, "(GETFD) 2s 0m");
982 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
985 GO(__NR_fcntl64, "(DUPFD) 1s 0m");
986 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF);
991 GO(__NR_fcntl64, "(GETLK) 1s 0m");
992 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF);
H A Dscalar.stderr.exp2905 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/
H A Dscalar.c1563 // __NR_fcntl64 221
1567 GO(__NR_fcntl64, "(GETFD) 2s 0m");
1568 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
1571 GO(__NR_fcntl64, "(DUPFD) 1s 0m");
1572 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF);
1577 GO(__NR_fcntl64, "(GETLK) 1s 0m");
1578 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF);
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_32_linux_syscalls.h897 #if !defined(__NR_fcntl64)
898 #define __NR_fcntl64 221 macro
H A Darm_linux_syscalls.h740 #if !defined(__NR_fcntl64)
741 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
H A Dmips_linux_syscalls.h898 #if !defined(__NR_fcntl64)
899 #define __NR_fcntl64 (__NR_Linux + 220) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h225 #define __NR_fcntl64 221 macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy.cc151 if (sysno == __NR_fcntl64)
H A Dsyscall_sets.cc349 case __NR_fcntl64:
/external/valgrind/include/vki/
H A Dvki-scnums-arm-linux.h258 #define __NR_fcntl64 221 macro
H A Dvki-scnums-ppc32-linux.h244 #define __NR_fcntl64 204 macro
H A Dvki-scnums-ppc64-linux.h241 #define __NR_fcntl64 204 /* ???!!! 32bit only */ macro
H A Dvki-scnums-x86-linux.h259 #define __NR_fcntl64 221 macro
H A Dvki-scnums-mips32-linux.h260 #define __NR_fcntl64 (__NR_Linux + 220) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h249 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h243 #define __NR_fcntl64 (__NR_Linux + 220) macro
949 #define __NR_fcntl64 (__NR_Linux + 212) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1025 LINXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */
H A Dsyswrap-arm-linux.c1028 LINXY(__NR_fcntl64, sys_fcntl64), // 221
H A Dsyswrap-mips32-linux.c1022 LINXY (__NR_fcntl64, sys_fcntl64), // 220
H A Dsyswrap-ppc32-linux.c1106 LINXY(__NR_fcntl64, sys_fcntl64), // 204
H A Dsyswrap-x86-linux.c1665 LINXY(__NR_fcntl64, sys_fcntl64), // 221
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h912 #define __NR_fcntl64 __NR3264_fcntl

Completed in 249 milliseconds