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

/external/valgrind/main/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.exp2899 221: __NR_fcntl64 (GETFD) 2s 0m
2910 221: __NR_fcntl64 (DUPFD) 1s 0m
2917 221: __NR_fcntl64 (GETLK) 1s 0m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1557 // __NR_fcntl64 221
1561 GO(__NR_fcntl64, "(GETFD) 2s 0m");
1562 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
1565 GO(__NR_fcntl64, "(DUPFD) 1s 0m");
1566 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF);
1571 GO(__NR_fcntl64, "(GETLK) 1s 0m");
1572 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h230 #define __NR_fcntl64 221 macro
/external/valgrind/main/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
/external/strace/
H A Dsyscall-android.h50 #define SYS_fcntl64 __NR_fcntl64
/external/kernel-headers/original/asm-arm/
H A Dunistd.h249 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h243 #define __NR_fcntl64 (__NR_Linux + 220) macro
922 #define __NR_fcntl64 (__NR_Linux + 212) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1343 LINXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */
H A Dsyswrap-ppc32-linux.c1700 LINXY(__NR_fcntl64, sys_fcntl64), // 204
H A Dsyswrap-arm-linux.c1643 LINXY(__NR_fcntl64, sys_fcntl64), // 221
H A Dsyswrap-x86-linux.c2083 LINXY(__NR_fcntl64, sys_fcntl64), // 221

Completed in 51 milliseconds