HomeSort by relevance Sort by last modified time
    Searched defs:__NR_ppoll (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 292 #define __NR_ppoll 271
unistd_x32.h 259 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 360 #define __NR_ppoll 271
unistd_x32.h 321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 360 #define __NR_ppoll 271
unistd_x32.h 321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 275 #define __NR_ppoll 271
unistd_x32.h 242 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 302 #if !defined(__NR_ppoll)
303 #define __NR_ppoll 73
mips64_linux_syscalls.h 1058 #if !defined(__NR_ppoll)
1059 #define __NR_ppoll (__NR_Linux + 261)
x86_64_linux_syscalls.h 1097 #if !defined(__NR_ppoll)
1098 #define __NR_ppoll 271
  /external/strace/
scno.h 821 #ifndef __NR_ppoll
822 # define __NR_ppoll (SYSCALL_BIT | 271)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 355 #define __NR_ppoll 271
vki-scnums-arm64-linux.h 112 #define __NR_ppoll 73
vki-scnums-mips64-linux.h 300 #define __NR_ppoll (__NR_Linux + 261)
vki-scnums-s390x-linux.h 270 #define __NR_ppoll 302
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 607 #define __NR_ppoll 271
608 __SYSCALL(__NR_ppoll, sys_ppoll)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 214 #define __NR_ppoll 73
215 __SYSCALL(__NR_ppoll, sys_ppoll)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 226 #define __NR_ppoll 73
227 __SC_COMP(__NR_ppoll, sys_ppoll, compat_sys_ppoll)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 360 #define __NR_ppoll 271
unistd_x32.h 321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 360 #define __NR_ppoll 271
unistd_x32.h 321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 360 #define __NR_ppoll 271
unistd_x32.h 321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8