HomeSort by relevance Sort by last modified time
    Searched defs:__NR_io_destroy (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 228 #define __NR_io_destroy 207
unistd_x32.h 204 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 280 #define __NR_io_destroy 207
unistd_x32.h 251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 280 #define __NR_io_destroy 207
unistd_x32.h 251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 211 #define __NR_io_destroy 207
unistd_x32.h 187 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 14 #if !defined(__NR_io_destroy)
15 #define __NR_io_destroy 1
mips64_linux_syscalls.h 820 #if !defined(__NR_io_destroy)
821 #define __NR_io_destroy (__NR_Linux + 201)
x86_64_linux_syscalls.h 841 #if !defined(__NR_io_destroy)
842 #define __NR_io_destroy 207
  /external/strace/
scno.h 629 #ifndef __NR_io_destroy
630 # define __NR_io_destroy (SYSCALL_BIT | 207)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 290 #define __NR_io_destroy 207
vki-scnums-arm64-linux.h 40 #define __NR_io_destroy 1
vki-scnums-mips64-linux.h 240 #define __NR_io_destroy (__NR_Linux + 201)
vki-scnums-s390x-linux.h 214 #define __NR_io_destroy 244
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 479 #define __NR_io_destroy 207
480 __SYSCALL(__NR_io_destroy, sys_io_destroy)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 29 #define __NR_io_destroy 1
30 __SYSCALL(__NR_io_destroy, sys_io_destroy)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 37 #define __NR_io_destroy 1
38 __SYSCALL(__NR_io_destroy, sys_io_destroy)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 280 #define __NR_io_destroy 207
unistd_x32.h 251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 280 #define __NR_io_destroy 207
unistd_x32.h 251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 280 #define __NR_io_destroy 207
unistd_x32.h 251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)

Completed in 419 milliseconds

1 2 3 4 5 6 7 8