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

12

/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
H A Dvki-scnums-mips32-linux.h82 #define __NR_pipe (__NR_Linux + 42) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h101 #if !defined(__NR_pipe)
102 #define __NR_pipe 22 macro
H A Dx86_32_linux_syscalls.h181 #if !defined(__NR_pipe)
182 #define __NR_pipe 42 macro
H A Darm_linux_syscalls.h138 #if !defined(__NR_pipe)
139 #define __NR_pipe (__NR_SYSCALL_BASE+42) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h50 #define __NR_pipe 42 macro
/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/valgrind/main/coregrind/
H A Dm_libcfile.c198 /* __NR_pipe has a strange return convention on mips32-linux. */
199 SysRes res = VG_(do_syscall0)(__NR_pipe);
208 SysRes res = VG_(do_syscall1)(__NR_pipe, (UWord)fd);
211 /* __NR_pipe is UX64, so produces a double-word result */
212 SysRes res = VG_(do_syscall0)(__NR_pipe);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddemo.cc294 case __NR_pipe: case __NR_pipe2:
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc410 case __NR_pipe:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h70 #define __NR_pipe (__NR_SYSCALL_BASE+ 42) macro
/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;
/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.c1150 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-amd64-linux.c1098 LINXY(__NR_pipe, sys_pipe), // 22
H A Dsyswrap-ppc32-linux.c1504 LINXY(__NR_pipe, sys_pipe), // 42
H A Dsyswrap-s390x-linux.c1167 LINXY(__NR_pipe, sys_pipe), // 42
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h2217 register unsigned long __v0 __asm__("$2") = __NR_pipe;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h2119 register unsigned long __v0 __asm__("$2") = __NR_pipe;

Completed in 2369 milliseconds

12