HomeSort by relevance Sort by last modified time
    Searched defs:__NR_fgetxattr (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 214 #define __NR_fgetxattr 193
unistd_x32.h 192 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 262 #define __NR_fgetxattr 193
unistd_x32.h 235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 262 #define __NR_fgetxattr 193
unistd_x32.h 235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 197 #define __NR_fgetxattr 193
unistd_x32.h 175 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 50 #if !defined(__NR_fgetxattr)
51 #define __NR_fgetxattr 10
mips64_linux_syscalls.h 756 #if !defined(__NR_fgetxattr)
757 #define __NR_fgetxattr (__NR_Linux + 185)
x86_64_linux_syscalls.h 785 #if !defined(__NR_fgetxattr)
786 #define __NR_fgetxattr 193
  /external/strace/
scno.h 587 #ifndef __NR_fgetxattr
588 # define __NR_fgetxattr (SYSCALL_BIT | 193)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 276 #define __NR_fgetxattr 193
vki-scnums-arm64-linux.h 49 #define __NR_fgetxattr 10
vki-scnums-mips64-linux.h 224 #define __NR_fgetxattr (__NR_Linux + 185)
vki-scnums-s390x-linux.h 199 #define __NR_fgetxattr 229
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 451 #define __NR_fgetxattr 193
452 __SYSCALL(__NR_fgetxattr, sys_fgetxattr)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 49 #define __NR_fgetxattr 10
50 __SYSCALL(__NR_fgetxattr, sys_fgetxattr)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 57 #define __NR_fgetxattr 10
58 __SYSCALL(__NR_fgetxattr, sys_fgetxattr)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 262 #define __NR_fgetxattr 193
unistd_x32.h 235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 262 #define __NR_fgetxattr 193
unistd_x32.h 235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 262 #define __NR_fgetxattr 193
unistd_x32.h 235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)

Completed in 67 milliseconds

1 2 3 4 5 6 7 8