OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_statfs
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/uapi/asm-x86/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/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/valgrind/include/vki/
vki-scnums-amd64-linux.h
193
#define
__NR_statfs
137
vki-scnums-mips64-linux.h
173
#define
__NR_statfs
(__NR_Linux + 134)
vki-scnums-s390x-linux.h
111
#define
__NR_statfs
99
vki-scnums-tilegx-linux.h
111
#define
__NR_statfs
43
/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/current/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/current/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/current/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)
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h
192
#define
__NR_statfs
137
Completed in 64 milliseconds
1
2
3
4
5