HomeSort by relevance Sort by last modified time
    Searched refs:__NR_statfs64 (Results 1 - 25 of 37) sorted by null

1 2

  /external/strace/tests/
statfs64.c 31 #ifdef __NR_statfs64
35 # define SYSCALL_NR __NR_statfs64
41 SKIP_MAIN_UNDEFINED("__NR_statfs64")
  /external/strace/tests-m32/
statfs64.c 31 #ifdef __NR_statfs64
35 # define SYSCALL_NR __NR_statfs64
41 SKIP_MAIN_UNDEFINED("__NR_statfs64")
  /external/strace/tests-mx32/
statfs64.c 31 #ifdef __NR_statfs64
35 # define SYSCALL_NR __NR_statfs64
41 SKIP_MAIN_UNDEFINED("__NR_statfs64")
  /bionic/libc/arch-arm/syscalls/
__statfs64.S 8 ldr r7, =__NR_statfs64
  /bionic/libc/arch-mips/syscalls/
__statfs64.S 8 li $v0, __NR_statfs64
  /bionic/libc/arch-x86/syscalls/
__statfs64.S 24 movl $__NR_statfs64, %eax
  /external/valgrind/include/vki/
vki-scnums-s390x-linux.h 234 #define __NR_statfs64 265
vki-scnums-arm-linux.h 303 #define __NR_statfs64 266
vki-scnums-ppc32-linux.h 295 #define __NR_statfs64 252
vki-scnums-ppc64-linux.h 289 #define __NR_statfs64 252
vki-scnums-x86-linux.h 305 #define __NR_statfs64 268
vki-scnums-mips32-linux.h 295 #define __NR_statfs64 (__NR_Linux + 255)
vki-scnums-darwin.h 616 #define __NR_statfs64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(345)
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 423 #define __NR_statfs64 __NR3264_statfs
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 286 #define __NR_statfs64 268
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 269 #define __NR_statfs64 268
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 276 #define __NR_statfs64 268
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 276 #define __NR_statfs64 268
  /bionic/libc/include/bits/
glibc-syscalls.h 1072 #if defined(__NR_statfs64)
1073 #define SYS_statfs64 __NR_statfs64
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 810 #ifndef __NR_statfs64
811 #define __NR_statfs64 268
929 #ifndef __NR_statfs64
930 #define __NR_statfs64 (__NR_SYSCALL_BASE + 266)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 242 #define __NR_statfs64 (__NR_SYSCALL_BASE + 266)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 225 #define __NR_statfs64 (__NR_SYSCALL_BASE + 266)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 302 #define SYS_statfs64 __NR_statfs64
  /external/valgrind/memcheck/tests/x86-linux/
scalar.c 1211 // __NR_statfs64 268
1212 GO(__NR_statfs64, "3s 2m");
1213 SY(__NR_statfs64, x0, x0+1, x0); FAIL;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc32-linux.c     [all...]

Completed in 1346 milliseconds

1 2