HomeSort by relevance Sort by last modified time
    Searched defs:__NR_statfs (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 158 #define __NR_statfs 137
unistd_x32.h 141 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 192 #define __NR_statfs 137
unistd_x32.h 171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 192 #define __NR_statfs 137
unistd_x32.h 171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 141 #define __NR_statfs 137
unistd_x32.h 124 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 182 #if !defined(__NR_statfs)
183 #define __NR_statfs 43
mips64_linux_syscalls.h 552 #if !defined(__NR_statfs)
553 #define __NR_statfs (__NR_Linux + 134)
x86_64_linux_syscalls.h 561 #if !defined(__NR_statfs)
562 #define __NR_statfs 137
  /external/strace/
scno.h 419 #ifndef __NR_statfs
420 # define __NR_statfs (SYSCALL_BIT | 137)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 193 #define __NR_statfs 137
vki-scnums-arm64-linux.h 399 //#define __NR_statfs 1056
400 //__SYSCALL(__NR_statfs, sys_statfs)
481 #define __NR_statfs __NR3264_statfs
vki-scnums-mips64-linux.h 173 #define __NR_statfs (__NR_Linux + 134)
vki-scnums-s390x-linux.h 111 #define __NR_statfs 99
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 309 #define __NR_statfs 137
310 __SYSCALL(__NR_statfs, sys_statfs)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 716 #define __NR_statfs 1056
717 __SYSCALL(__NR_statfs, sys_statfs)
802 #define __NR_statfs __NR3264_statfs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 786 #define __NR_statfs 1056
787 __SYSCALL(__NR_statfs, sys_statfs)
873 #define __NR_statfs __NR3264_statfs
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 192 #define __NR_statfs 137
unistd_x32.h 171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 192 #define __NR_statfs 137
unistd_x32.h 171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 192 #define __NR_statfs 137
unistd_x32.h 171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)

Completed in 878 milliseconds

1 2 3 4 5 6 7 8