Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c981 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()
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/
Dscalar.c1561 GO(__NR_fcntl64, "(GETFD) 2s 0m"); in main()
1562 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
1565 GO(__NR_fcntl64, "(DUPFD) 1s 0m"); in main()
1566 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main()
1571 GO(__NR_fcntl64, "(GETLK) 1s 0m"); in main()
1572 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF); in main()
/external/valgrind/main/include/vki/
Dvki-scnums-ppc64-linux.h241 #define __NR_fcntl64 204 /* ???!!! 32bit only */ macro
Dvki-scnums-arm-linux.h258 #define __NR_fcntl64 221 macro
Dvki-scnums-ppc32-linux.h244 #define __NR_fcntl64 204 macro
Dvki-scnums-x86-linux.h259 #define __NR_fcntl64 221 macro
/external/kernel-headers/original/asm-x86/
Dunistd_32.h230 #define __NR_fcntl64 221 macro
/external/strace/
Dsyscall-android.h50 #define SYS_fcntl64 __NR_fcntl64
/external/kernel-headers/original/asm-arm/
Dunistd.h249 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221) macro
/external/kernel-headers/original/asm-mips/
Dunistd.h243 #define __NR_fcntl64 (__NR_Linux + 220) macro
922 #define __NR_fcntl64 (__NR_Linux + 212) macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1343 LINXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */
Dsyswrap-ppc32-linux.c1700 LINXY(__NR_fcntl64, sys_fcntl64), // 204
Dsyswrap-arm-linux.c1643 LINXY(__NR_fcntl64, sys_fcntl64), // 221
Dsyswrap-x86-linux.c2083 LINXY(__NR_fcntl64, sys_fcntl64), // 221
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt1128 #define __NR_fcntl64 (__NR_SYSCALL_BASE+221)