/external/strace/tests/ |
D | eventfd.c | 33 #if defined __NR_eventfd2 && defined O_CLOEXEC 39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests-mx32/ |
D | eventfd.c | 33 #if defined __NR_eventfd2 && defined O_CLOEXEC 39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests-m32/ |
D | eventfd.c | 33 #if defined __NR_eventfd2 && defined O_CLOEXEC 39 if (syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_02.c | 130 fd = ltp_syscall(__NR_eventfd2, 1, 0); in main() 143 fd = ltp_syscall(__NR_eventfd2, 1, EFD_NONBLOCK); in main()
|
D | eventfd2_01.c | 132 fd = ltp_syscall(__NR_eventfd2, 1, 0); in main() 145 fd = ltp_syscall(__NR_eventfd2, 1, EFD_CLOEXEC); in main()
|
D | eventfd2_03.c | 55 return ltp_syscall(__NR_eventfd2, count, flags); in eventfd2()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 86 #if !defined(__NR_eventfd2) 87 #define __NR_eventfd2 19 macro
|
D | x86_64_linux_syscalls.h | 1173 #if !defined(__NR_eventfd2) 1174 #define __NR_eventfd2 290 macro
|
D | x86_32_linux_syscalls.h | 1309 #if !defined(__NR_eventfd2) 1310 #define __NR_eventfd2 328 macro
|
D | mips64_linux_syscalls.h | 1150 #if !defined(__NR_eventfd2) 1151 #define __NR_eventfd2 (__NR_Linux + 284) macro
|
D | mips_linux_syscalls.h | 1316 #if !defined(__NR_eventfd2) 1317 #define __NR_eventfd2 (__NR_Linux + 325) macro
|
D | arm_linux_syscalls.h | 1268 #if !defined(__NR_eventfd2) 1269 #define __NR_eventfd2 (__NR_SYSCALL_BASE+356) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 876 #ifdef __NR_eventfd2 877 { "eventfd2", __NR_eventfd2 },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 65 #define __NR_eventfd2 19 macro
|
D | vki-scnums-s390x-linux.h | 291 #define __NR_eventfd2 323 macro
|
D | vki-scnums-arm64-linux.h | 58 #define __NR_eventfd2 19 macro
|
D | vki-scnums-amd64-linux.h | 374 #define __NR_eventfd2 290 macro
|
D | vki-scnums-ppc64-linux.h | 351 #define __NR_eventfd2 314 macro
|
D | vki-scnums-arm-linux.h | 395 #define __NR_eventfd2 356 macro
|
D | vki-scnums-ppc32-linux.h | 359 #define __NR_eventfd2 314 macro
|
D | vki-scnums-x86-linux.h | 365 #define __NR_eventfd2 328 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 294 #define __NR_eventfd2 290 macro
|
D | unistd_32.h | 328 #define __NR_eventfd2 328 macro
|
/external/strace/ |
D | scno.h | 878 #ifndef __NR_eventfd2 879 # define __NR_eventfd2 (SYSCALL_BIT | 290) macro
|
/external/valgrind/docs/internals/ |
D | 3_4_BUGSTATUS.txt | 113 190219 unhandled syscall: 328 (x86-linux, __NR_eventfd2 ?)
|