Searched refs:__NR_pipe2 (Results 1 - 25 of 40) sorted by relevance

12

/external/strace/tests/
H A Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK);
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK);
56 rc = syscall(__NR_pipe2, ill, 0);
67 SKIP_MAIN_UNDEFINED("__NR_pipe2")
/external/strace/tests-m32/
H A Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK);
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK);
56 rc = syscall(__NR_pipe2, ill, 0);
67 SKIP_MAIN_UNDEFINED("__NR_pipe2")
/external/strace/tests-mx32/
H A Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK);
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK);
56 rc = syscall(__NR_pipe2, ill, 0);
67 SKIP_MAIN_UNDEFINED("__NR_pipe2")
/external/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_01.c145 if (ltp_syscall(__NR_pipe2, fd, 0) != 0) {
163 if (ltp_syscall(__NR_pipe2, fd, O_CLOEXEC) != 0) {
H A Dpipe2_02.c136 if (ltp_syscall(__NR_pipe2, fds, 0) == -1) {
153 if (ltp_syscall(__NR_pipe2, fds, O_NONBLOCK) == -1) {
/external/valgrind/coregrind/
H A Dm_vkiscnums.c62 STATIC_ASSERT(__NR_pipe2 == 4328);
65 STATIC_ASSERT(__NR_pipe2 == 5287);
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h377 #define __NR_pipe2 293 macro
H A Dvki-scnums-arm64-linux.h98 #define __NR_pipe2 59 macro
H A Dvki-scnums-s390x-linux.h293 #define __NR_pipe2 325 macro
H A Dvki-scnums-arm-linux.h398 #define __NR_pipe2 359 macro
H A Dvki-scnums-ppc32-linux.h362 #define __NR_pipe2 317 macro
H A Dvki-scnums-ppc64-linux.h354 #define __NR_pipe2 317 macro
H A Dvki-scnums-x86-linux.h368 #define __NR_pipe2 331 macro
H A Dvki-scnums-mips64-linux.h326 #define __NR_pipe2 (__NR_Linux + 287) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h246 #if !defined(__NR_pipe2)
247 #define __NR_pipe2 59 macro
H A Dx86_64_linux_syscalls.h1185 #if !defined(__NR_pipe2)
1186 #define __NR_pipe2 293 macro
H A Dx86_32_linux_syscalls.h1321 #if !defined(__NR_pipe2)
1322 #define __NR_pipe2 331 macro
H A Darm_linux_syscalls.h1280 #if !defined(__NR_pipe2)
1281 #define __NR_pipe2 (__NR_SYSCALL_BASE+359) macro
H A Dmips64_linux_syscalls.h1162 #if !defined(__NR_pipe2)
1163 #define __NR_pipe2 (__NR_Linux + 287) macro
H A Dmips_linux_syscalls.h1328 #if !defined(__NR_pipe2)
1329 #define __NR_pipe2 (__NR_Linux + 328) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c885 #ifdef __NR_pipe2
886 { "pipe2", __NR_pipe2 },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h331 #define __NR_pipe2 331 macro
H A Dunistd_64.h297 #define __NR_pipe2 293 macro
H A Dunistd_x32.h260 #define __NR_pipe2 (__X32_SYSCALL_BIT + 293) macro
/external/strace/
H A Dscno.h887 #ifndef __NR_pipe2
888 # define __NR_pipe2 (SYSCALL_BIT | 293) macro

Completed in 220 milliseconds

12