/external/libchrome/sandbox/linux/system_headers/ |
D | mips_linux_syscalls.h | 1292 #if !defined(__NR_eventfd) 1293 #define __NR_eventfd (__NR_Linux + 319) macro 1296 #if !defined(__NR_eventfd) 1297 #define __NR_eventfd (__NR_Linux + 320) macro
|
D | x86_64_linux_syscalls.h | 1149 #if !defined(__NR_eventfd) 1150 #define __NR_eventfd 284 macro
|
D | x86_32_linux_syscalls.h | 1289 #if !defined(__NR_eventfd) 1290 #define __NR_eventfd 323 macro
|
D | mips64_linux_syscalls.h | 1126 #if !defined(__NR_eventfd) 1127 #define __NR_eventfd (__NR_Linux + 278) macro
|
D | arm_linux_syscalls.h | 1248 #if !defined(__NR_eventfd) 1249 #define __NR_eventfd (__NR_SYSCALL_BASE+351) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 858 #ifdef __NR_eventfd 859 { "eventfd", __NR_eventfd },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 288 #define __NR_eventfd 284 macro
|
D | unistd_32.h | 323 #define __NR_eventfd 323 macro
|
D | unistd_x32.h | 251 #define __NR_eventfd (__X32_SYSCALL_BIT + 284) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 286 #define __NR_eventfd 318 macro
|
D | vki-scnums-amd64-linux.h | 368 #define __NR_eventfd 284 macro
|
D | vki-scnums-arm-linux.h | 390 #define __NR_eventfd 351 macro
|
D | vki-scnums-ppc64-linux.h | 344 #define __NR_eventfd 307 macro
|
D | vki-scnums-ppc32-linux.h | 352 #define __NR_eventfd 307 macro
|
D | vki-scnums-x86-linux.h | 360 #define __NR_eventfd 323 macro
|
D | vki-scnums-mips64-linux.h | 317 #define __NR_eventfd (__NR_Linux + 278) macro
|
D | vki-scnums-mips32-linux.h | 359 #define __NR_eventfd (__NR_Linux + 319) macro
|
/external/strace/ |
D | scno.h | 860 #ifndef __NR_eventfd 861 # define __NR_eventfd (SYSCALL_BIT | 284) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 342 #define __NR_eventfd (__NR_Linux + 319) macro 685 #define __NR_eventfd (__NR_Linux + 278) macro 1032 #define __NR_eventfd (__NR_Linux + 282) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 246 TEST_BASELINE_SIGSYS(__NR_eventfd);
|
D | syscall_sets.cc | 770 case __NR_eventfd: in IsEventFd()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 792 #define __NR_eventfd 1044 macro 793 __SYSCALL(__NR_eventfd, sys_eventfd)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 310 #define __NR_eventfd (__NR_SYSCALL_BASE + 351) macro
|
/external/ltp/testcases/kernel/syscalls/eventfd/ |
D | eventfd01.c | 76 return ltp_syscall(__NR_eventfd, initval); in myeventfd()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 891 LINXY(__NR_eventfd, sys_eventfd), // 307
|