Searched refs:__NR_fcntl (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h118 #define __NR_fcntl 72 macro
H A Dvki-scnums-ppc32-linux.h92 #define __NR_fcntl 55 macro
H A Dvki-scnums-ppc64-linux.h92 #define __NR_fcntl 55 macro
H A Dvki-scnums-arm-linux.h92 #define __NR_fcntl 55 macro
H A Dvki-scnums-x86-linux.h92 #define __NR_fcntl 55 macro
H A Dvki-scnums-darwin.h287 #define __NR_fcntl VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(92) macro
H A Dvki-scnums-aix5.h1578 #define __NR_fcntl __NR_AIX5_kfcntl macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c265 // __NR_fcntl 55
268 GO(__NR_fcntl, "(GETFD) 2s 0m");
269 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
274 GO(__NR_fcntl, "(DUPFD) 1s 0m");
275 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
280 GO(__NR_fcntl, "(GETLK) 1s 0m");
281 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);
H A Dscalar.stderr.exp487 55: __NR_fcntl (GETFD) 2s 0m
496 55: __NR_fcntl (DUPFD) 1s 0m
502 55: __NR_fcntl (GETLK) 1s 0m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c190 // __NR_fcntl 92
858 // __NR_fcntl 55
861 GO(__NR_fcntl, "(GETFD) 2s 0m");
862 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
867 GO(__NR_fcntl, "(DUPFD) 1s 0m");
868 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
873 GO(__NR_fcntl, "(GETLK) 1s 0m");
874 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h63 #define __NR_fcntl 55 macro
/external/strace/
H A Dsyscall-android.h49 #define SYS_fcntl __NR_fcntl
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c278 SysRes res = VG_(do_syscall3)(__NR_fcntl, fd, cmd, arg);
/external/kernel-headers/original/asm-arm/
H A Dunistd.h83 #define __NR_fcntl (__NR_SYSCALL_BASE+ 55) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c367 SysRes res = VG_(do_syscall3)(__NR_fcntl, fd, cmd, arg);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c1500 LINXY(__NR_fcntl, sys_fcntl), // 55
H A Dsyswrap-ppc64-linux.c1232 LINXY(__NR_fcntl, sys_fcntl), // 55
H A Dsyswrap-amd64-linux.c1141 LINXY(__NR_fcntl, sys_fcntl), // 72
H A Dsyswrap-arm-linux.c1300 LINXY(__NR_fcntl, sys_fcntl), // 55
H A Dsyswrap-x86-linux.c1857 LINXY(__NR_fcntl, sys_fcntl), // 55
H A Dsyswrap-darwin.c7692 MACXY(__NR_fcntl, fcntl),
/external/valgrind/main/exp-ptrcheck/
H A Dh_main.c2262 ADD(0, __NR_fcntl);

Completed in 411 milliseconds