/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 302 #if !defined(__NR_ppoll) 303 #define __NR_ppoll 73 macro
|
D | x86_64_linux_syscalls.h | 1097 #if !defined(__NR_ppoll) 1098 #define __NR_ppoll 271 macro
|
D | x86_32_linux_syscalls.h | 1233 #if !defined(__NR_ppoll) 1234 #define __NR_ppoll 309 macro
|
D | mips64_linux_syscalls.h | 1058 #if !defined(__NR_ppoll) 1059 #define __NR_ppoll (__NR_Linux + 261) macro
|
D | mips_linux_syscalls.h | 1224 #if !defined(__NR_ppoll) 1225 #define __NR_ppoll (__NR_Linux + 302) macro
|
D | arm_linux_syscalls.h | 1184 #if !defined(__NR_ppoll) 1185 #define __NR_ppoll (__NR_SYSCALL_BASE+336) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 819 #ifdef __NR_ppoll 820 { "ppoll", __NR_ppoll },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 153 #define __NR_ppoll 73 macro
|
D | vki-scnums-s390x-linux.h | 270 #define __NR_ppoll 302 macro
|
D | vki-scnums-arm64-linux.h | 112 #define __NR_ppoll 73 macro
|
D | vki-scnums-amd64-linux.h | 355 #define __NR_ppoll 271 macro
|
D | vki-scnums-ppc64-linux.h | 318 #define __NR_ppoll 281 macro
|
D | vki-scnums-arm-linux.h | 374 #define __NR_ppoll 336 macro
|
D | vki-scnums-ppc32-linux.h | 326 #define __NR_ppoll 281 macro
|
D | vki-scnums-x86-linux.h | 346 #define __NR_ppoll 309 macro
|
D | vki-scnums-mips64-linux.h | 300 #define __NR_ppoll (__NR_Linux + 261) macro
|
D | vki-scnums-mips32-linux.h | 342 #define __NR_ppoll (__NR_Linux + 302) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 275 #define __NR_ppoll 271 macro
|
D | unistd_32.h | 309 #define __NR_ppoll 309 macro
|
D | unistd_x32.h | 242 #define __NR_ppoll (__X32_SYSCALL_BIT + 271) macro
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 246 sys_ret = tst_syscall(__NR_ppoll, tc->fds, tc->nfds, tc->ts, in do_test()
|
/external/strace/ |
D | scno.h | 821 #ifndef __NR_ppoll 822 # define __NR_ppoll (SYSCALL_BIT | 271) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 325 #define __NR_ppoll (__NR_Linux + 302) macro 668 #define __NR_ppoll (__NR_Linux + 261) macro 1015 #define __NR_ppoll (__NR_Linux + 265) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 227 #define __NR_ppoll 73 macro 228 __SC_COMP(__NR_ppoll, sys_ppoll, compat_sys_ppoll)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 295 #define __NR_ppoll (__NR_SYSCALL_BASE + 336) macro
|