Searched refs:__NR_pipe2 (Results 1 – 25 of 25) sorted by relevance
/external/strace/tests-mx32/ |
D | pipe2.c | 33 #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/ |
D | pipe2.c | 33 #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/ |
D | pipe2.c | 33 #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/ |
D | pipe2_02.c | 136 if (ltp_syscall(__NR_pipe2, fds, 0) == -1) { in main() 153 if (ltp_syscall(__NR_pipe2, fds, O_NONBLOCK) == -1) { in main()
|
D | pipe2_01.c | 145 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/ |
D | 9p_amd64.const | 80 __NR_pipe2 = 293
|
D | 9p_386.const | 80 __NR_pipe2 = 331
|
D | 9p_ppc64le.const | 80 __NR_pipe2 = 317
|
D | 9p_arm.const | 80 __NR_pipe2 = 359
|
D | 9p_arm64.const | 80 __NR_pipe2 = 59
|
D | sys_386.const | 728 __NR_pipe2 = 331
|
D | sys_amd64.const | 728 __NR_pipe2 = 293
|
D | sys_arm.const | 728 __NR_pipe2 = 359
|
D | sys_ppc64le.const | 728 __NR_pipe2 = 317
|
D | sys_arm64.const | 728 __NR_pipe2 = 59
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 885 #ifdef __NR_pipe2 886 { "pipe2", __NR_pipe2 },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 297 #define __NR_pipe2 293 macro
|
D | unistd_32.h | 331 #define __NR_pipe2 331 macro
|
D | unistd_x32.h | 260 #define __NR_pipe2 (__X32_SYSCALL_BIT + 293) macro
|
/external/strace/ |
D | scno.h | 887 #ifndef __NR_pipe2 888 # define __NR_pipe2 (SYSCALL_BIT | 293) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 189 #define __NR_pipe2 59 macro 190 __SYSCALL(__NR_pipe2, sys_pipe2)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 290 #define __NR_pipe2 (__NR_Linux + 287) macro
|
D | unistd_n32.h | 294 #define __NR_pipe2 (__NR_Linux + 291) macro
|
D | unistd_o32.h | 331 #define __NR_pipe2 (__NR_Linux + 328) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 318 #define __NR_pipe2 (__NR_SYSCALL_BASE + 359) macro
|