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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 270 #define __NR_request_key 249
unistd_x32.h 237 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 332 #define __NR_request_key 249
unistd_x32.h 294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 332 #define __NR_request_key 249
unistd_x32.h 294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 253 #define __NR_request_key 249
unistd_x32.h 220 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 882 #if !defined(__NR_request_key)
883 #define __NR_request_key 218
mips64_linux_syscalls.h 974 #if !defined(__NR_request_key)
975 #define __NR_request_key (__NR_Linux + 240)
x86_64_linux_syscalls.h 1009 #if !defined(__NR_request_key)
1010 #define __NR_request_key 249
  /external/strace/
scno.h 755 #ifndef __NR_request_key
756 # define __NR_request_key (SYSCALL_BIT | 249)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 333 #define __NR_request_key 249
vki-scnums-arm64-linux.h 263 #define __NR_request_key 218
vki-scnums-mips64-linux.h 279 #define __NR_request_key (__NR_Linux + 240)
vki-scnums-s390x-linux.h 248 #define __NR_request_key 279
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 563 #define __NR_request_key 249
564 __SYSCALL(__NR_request_key, sys_request_key)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 568 #define __NR_request_key 218
569 __SYSCALL(__NR_request_key, sys_request_key)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 598 #define __NR_request_key 218
599 __SYSCALL(__NR_request_key, sys_request_key)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 332 #define __NR_request_key 249
unistd_x32.h 294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 332 #define __NR_request_key 249
unistd_x32.h 294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 332 #define __NR_request_key 249
unistd_x32.h 294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8