Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK); in main()
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK); in main()
56 rc = syscall(__NR_pipe2, ill, 0); in main()
/external/strace/tests-m32/
Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK); in main()
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK); in main()
56 rc = syscall(__NR_pipe2, ill, 0); in main()
/external/strace/tests/
Dpipe2.c33 #ifdef __NR_pipe2
46 rc = syscall(__NR_pipe2, fds, F8ILL_KULONG_MASK | O_NONBLOCK); in main()
51 rc = syscall(__NR_pipe2, efault, F8ILL_KULONG_MASK); in main()
56 rc = syscall(__NR_pipe2, ill, 0); in main()
/external/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_02.c136 if (ltp_syscall(__NR_pipe2, fds, 0) == -1) { in main()
153 if (ltp_syscall(__NR_pipe2, fds, O_NONBLOCK) == -1) { in main()
Dpipe2_01.c145 if (ltp_syscall(__NR_pipe2, fd, 0) != 0) { in main()
163 if (ltp_syscall(__NR_pipe2, fd, O_CLOEXEC) != 0) { in main()
/external/syzkaller/sys/linux/
D9p_amd64.const80 __NR_pipe2 = 293
D9p_386.const80 __NR_pipe2 = 331
D9p_ppc64le.const80 __NR_pipe2 = 317
D9p_arm.const80 __NR_pipe2 = 359
D9p_arm64.const80 __NR_pipe2 = 59
Dsys_386.const728 __NR_pipe2 = 331
Dsys_amd64.const728 __NR_pipe2 = 293
Dsys_arm.const728 __NR_pipe2 = 359
Dsys_ppc64le.const728 __NR_pipe2 = 317
Dsys_arm64.const728 __NR_pipe2 = 59
/external/minijail/linux-x86/
Dlibsyscalls.gen.c885 #ifdef __NR_pipe2
886 { "pipe2", __NR_pipe2 },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h297 #define __NR_pipe2 293 macro
Dunistd_32.h331 #define __NR_pipe2 331 macro
Dunistd_x32.h260 #define __NR_pipe2 (__X32_SYSCALL_BIT + 293) macro
/external/strace/
Dscno.h887 #ifndef __NR_pipe2
888 # define __NR_pipe2 (SYSCALL_BIT | 293) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h189 #define __NR_pipe2 59 macro
190 __SYSCALL(__NR_pipe2, sys_pipe2)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h290 #define __NR_pipe2 (__NR_Linux + 287) macro
Dunistd_n32.h294 #define __NR_pipe2 (__NR_Linux + 291) macro
Dunistd_o32.h331 #define __NR_pipe2 (__NR_Linux + 328) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h318 #define __NR_pipe2 (__NR_SYSCALL_BASE + 359) macro