/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/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-ppc32-linux.h | 352 #define __NR_eventfd 307 macro
|
D | vki-scnums-x86-linux.h | 360 #define __NR_eventfd 323 macro
|
D | vki-scnums-ppc64-linux.h | 344 #define __NR_eventfd 307 macro
|
D | vki-scnums-arm-linux.h | 390 #define __NR_eventfd 351 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/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/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 342 #define __NR_eventfd (__NR_Linux + 319) macro 678 #define __NR_eventfd (__NR_Linux + 278) macro 1019 #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 | 777 #define __NR_eventfd 1044 macro 778 __SYSCALL(__NR_eventfd, sys_eventfd)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 380 #define __NR_eventfd (__NR_SYSCALL_BASE+351) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1137 LINXY(__NR_eventfd, sys_eventfd), // 307
|
D | syswrap-ppc32-linux.c | 1221 LINXY(__NR_eventfd, sys_eventfd), // 307
|
D | syswrap-s390x-linux.c | 1015 LINXY(__NR_eventfd, sys_eventfd), // 318
|
D | syswrap-mips64-linux.c | 906 LINXY (__NR_eventfd, sys_eventfd),
|