Searched refs:__NR_epoll_pwait (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 1137 #if !defined(__NR_epoll_pwait) 1138 #define __NR_epoll_pwait 281 macro
|
D | x86_32_linux_syscalls.h | 1273 #if !defined(__NR_epoll_pwait) 1274 #define __NR_epoll_pwait 319 macro
|
D | arm_linux_syscalls.h | 1222 #if !defined(__NR_epoll_pwait) 1223 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 280 #define __NR_epoll_pwait 312 macro
|
D | vki-scnums-ppc64-linux.h | 340 #define __NR_epoll_pwait 303 macro
|
D | vki-scnums-amd64-linux.h | 365 #define __NR_epoll_pwait 281 macro
|
D | vki-scnums-ppc32-linux.h | 348 #define __NR_epoll_pwait 303 macro
|
D | vki-scnums-x86-linux.h | 356 #define __NR_epoll_pwait 319 macro
|
D | vki-scnums-arm-linux.h | 385 #define __NR_epoll_pwait 346 macro
|
D | vki-scnums-mips32-linux.h | 353 #define __NR_epoll_pwait (__NR_Linux + 313) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 327 #define __NR_epoll_pwait 319 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 336 #define __NR_epoll_pwait (__NR_Linux + 313) macro 659 #define __NR_epoll_pwait (__NR_Linux + 272) macro 986 #define __NR_epoll_pwait (__NR_Linux + 276) macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 375 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 400 case __NR_epoll_pwait: in IsAllowedEpoll()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1452 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303
|
D | syswrap-ppc32-linux.c | 1813 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303
|
D | syswrap-s390x-linux.c | 1491 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 312
|
D | syswrap-amd64-linux.c | 1409 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 281
|
D | syswrap-arm-linux.c | 1881 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 346
|
D | syswrap-mips32-linux.c | 1732 LINXY (__NR_epoll_pwait, sys_epoll_pwait), // 313
|
D | syswrap-x86-linux.c | 2202 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 319
|