/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 41 #if !defined(__NR_poll) 42 #define __NR_poll 7 macro
|
D | x86_32_linux_syscalls.h | 685 #if !defined(__NR_poll) 686 #define __NR_poll 168 macro
|
D | mips64_linux_syscalls.h | 44 #if !defined(__NR_poll) 45 #define __NR_poll (__NR_Linux + 7) macro
|
D | arm_linux_syscalls.h | 536 #if !defined(__NR_poll) 537 #define __NR_poll (__NR_SYSCALL_BASE+168) macro
|
D | mips_linux_syscalls.h | 770 #if !defined(__NR_poll) 771 #define __NR_poll (__NR_Linux + 188) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 434 #define __NR_poll 1068 macro
|
D | vki-scnums-s390x-linux.h | 169 #define __NR_poll 168 macro
|
D | vki-scnums-amd64-linux.h | 44 #define __NR_poll 7 macro
|
D | vki-scnums-ppc32-linux.h | 204 #define __NR_poll 167 macro
|
D | vki-scnums-x86-linux.h | 205 #define __NR_poll 168 macro
|
D | vki-scnums-ppc64-linux.h | 204 #define __NR_poll 167 macro
|
D | vki-scnums-arm-linux.h | 205 #define __NR_poll 168 macro
|
D | vki-scnums-mips64-linux.h | 46 #define __NR_poll (__NR_Linux + 7) macro
|
D | vki-scnums-mips32-linux.h | 228 #define __NR_poll (__NR_Linux + 188) macro
|
D | vki-scnums-darwin.h | 461 #define __NR_poll VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(230) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 11 #define __NR_poll 7 macro
|
D | unistd_32.h | 172 #define __NR_poll 168 macro
|
D | unistd_x32.h | 11 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 211 #define __NR_poll (__NR_Linux + 188) macro 407 #define __NR_poll (__NR_Linux + 7) macro 744 #define __NR_poll (__NR_Linux + 7) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 849 #define __NR_poll 1068 macro 850 __SYSCALL(__NR_poll, sys_poll)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 196 #define __NR_poll (__NR_SYSCALL_BASE+168) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 751 GO(__NR_poll, "3s 1m"); in main() 752 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 533 case __NR_poll: in IsAllowedGeneralIo()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1341 GO(__NR_poll, "3s 1m"); in main() 1342 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 981 GENXY(__NR_poll, sys_poll), // 167
|