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

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h61 #define __NR_pipe 22 macro
H A Dvki-scnums-s390x-linux.h74 #define __NR_pipe 42 macro
H A Dvki-scnums-arm-linux.h79 #define __NR_pipe 42 macro
H A Dvki-scnums-ppc32-linux.h79 #define __NR_pipe 42 macro
H A Dvki-scnums-ppc64-linux.h79 #define __NR_pipe 42 macro
H A Dvki-scnums-x86-linux.h79 #define __NR_pipe 42 macro
H A Dvki-scnums-darwin.h237 #define __NR_pipe VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(42) // was UX64 macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h50 #define __NR_pipe 42 macro
/external/strace/
H A Dsyscall-android.h163 #define SYS_pipe __NR_pipe
/external/kernel-headers/original/asm-mips/
H A Dunistd.h65 #define __NR_pipe (__NR_Linux + 42) macro
408 #define __NR_pipe (__NR_Linux + 21) macro
731 #define __NR_pipe (__NR_Linux + 21) macro
/external/kernel-headers/original/asm-arm/
H A Dunistd.h70 #define __NR_pipe (__NR_SYSCALL_BASE+ 42) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c198 SysRes res = VG_(do_syscall1)(__NR_pipe, (UWord)fd);
201 /* __NR_pipe is UX64, so produces a double-word result */
202 SysRes res = VG_(do_syscall0)(__NR_pipe);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c214 // __NR_pipe 42
215 GO(__NR_pipe, "1s 1m");
216 SY(__NR_pipe, x0); FAIL;
H A Dscalar.stderr.exp479 42: __NR_pipe 1s 1m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c112 // __NR_pipe VG_DARWIN_SYSCALL_CONSTRUCT_UX64(42
805 // __NR_pipe 42
806 GO(__NR_pipe, "1s 1m");
807 SY(__NR_pipe, x0); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1149 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-amd64-linux.c1082 LINXY(__NR_pipe, sys_pipe), // 22
H A Dsyswrap-ppc32-linux.c1502 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-s390x-linux.c1158 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-arm-linux.c1425 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-x86-linux.c1865 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-darwin.c7872 MACXY(__NR_pipe, pipe),

Completed in 193 milliseconds