Searched refs:__NR_fstatfs (Results 1 - 25 of 26) sorted by relevance

12

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h194 #define __NR_fstatfs 138 macro
H A Dvki-scnums-s390x-linux.h112 #define __NR_fstatfs 100 macro
H A Dvki-scnums-arm-linux.h137 #define __NR_fstatfs 100 macro
H A Dvki-scnums-ppc32-linux.h137 #define __NR_fstatfs 100 macro
H A Dvki-scnums-ppc64-linux.h137 #define __NR_fstatfs 100 macro
H A Dvki-scnums-x86-linux.h137 #define __NR_fstatfs 100 macro
H A Dvki-scnums-darwin.h353 #define __NR_fstatfs VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(158) macro
H A Dvki-scnums-mips32-linux.h140 #define __NR_fstatfs (__NR_Linux + 100) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h565 #if !defined(__NR_fstatfs)
566 #define __NR_fstatfs 138 macro
H A Dx86_32_linux_syscalls.h413 #if !defined(__NR_fstatfs)
414 #define __NR_fstatfs 100 macro
H A Darm_linux_syscalls.h314 #if !defined(__NR_fstatfs)
315 #define __NR_fstatfs (__NR_SYSCALL_BASE+100) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h108 #define __NR_fstatfs 100 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h123 #define __NR_fstatfs (__NR_Linux + 100) macro
522 #define __NR_fstatfs (__NR_Linux + 135) macro
845 #define __NR_fstatfs (__NR_Linux + 135) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc173 case __NR_fstatfs: // Give information about the whole filesystem.
/external/kernel-headers/original/asm-arm/
H A Dunistd.h128 #define __NR_fstatfs (__NR_SYSCALL_BASE+100) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c468 // __NR_fstatfs 100
469 GO(__NR_fstatfs, "2s 1m");
470 SY(__NR_fstatfs, x0, x0); FAIL;
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c301 // __NR_fstatfs 158
1059 // __NR_fstatfs 100
1060 GO(__NR_fstatfs, "2s 1m");
1061 SY(__NR_fstatfs, x0, x0); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1220 GENXY(__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-amd64-linux.c1237 GENXY(__NR_fstatfs, sys_fstatfs), // 138
H A Dsyswrap-ppc32-linux.c1574 GENXY(__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-s390x-linux.c1237 GENXY(__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-arm-linux.c1568 GENXY(__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-mips32-linux.c1518 GENXY (__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-x86-linux.c1937 GENXY(__NR_fstatfs, sys_fstatfs), // 100
H A Dsyswrap-darwin.c8078 GENXY(__NR_fstatfs, sys_fstatfs),

Completed in 160 milliseconds

12