/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 565 #if !defined(__NR_fstatfs) 566 #define __NR_fstatfs 138 macro
|
D | x86_32_linux_syscalls.h | 413 #if !defined(__NR_fstatfs) 414 #define __NR_fstatfs 100 macro
|
D | arm_linux_syscalls.h | 314 #if !defined(__NR_fstatfs) 315 #define __NR_fstatfs (__NR_SYSCALL_BASE+100) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 112 #define __NR_fstatfs 100 macro
|
D | vki-scnums-ppc64-linux.h | 137 #define __NR_fstatfs 100 macro
|
D | vki-scnums-amd64-linux.h | 194 #define __NR_fstatfs 138 macro
|
D | vki-scnums-ppc32-linux.h | 137 #define __NR_fstatfs 100 macro
|
D | vki-scnums-x86-linux.h | 137 #define __NR_fstatfs 100 macro
|
D | vki-scnums-arm-linux.h | 137 #define __NR_fstatfs 100 macro
|
D | vki-scnums-mips32-linux.h | 140 #define __NR_fstatfs (__NR_Linux + 100) macro
|
D | vki-scnums-darwin.h | 353 #define __NR_fstatfs VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(158) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 108 #define __NR_fstatfs 100 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 123 #define __NR_fstatfs (__NR_Linux + 100) macro 522 #define __NR_fstatfs (__NR_Linux + 135) macro 845 #define __NR_fstatfs (__NR_Linux + 135) macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 128 #define __NR_fstatfs (__NR_SYSCALL_BASE+100) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 173 case __NR_fstatfs: // Give information about the whole filesystem. in IsAllowedFileSystemAccessViaFd()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 469 GO(__NR_fstatfs, "2s 1m"); in main() 470 SY(__NR_fstatfs, x0, x0); FAIL; in main()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1060 GO(__NR_fstatfs, "2s 1m"); in main() 1061 SY(__NR_fstatfs, x0, x0); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1220 GENXY(__NR_fstatfs, sys_fstatfs), // 100
|
D | syswrap-ppc32-linux.c | 1574 GENXY(__NR_fstatfs, sys_fstatfs), // 100
|
D | syswrap-s390x-linux.c | 1237 GENXY(__NR_fstatfs, sys_fstatfs), // 100
|
D | syswrap-amd64-linux.c | 1237 GENXY(__NR_fstatfs, sys_fstatfs), // 138
|
D | syswrap-arm-linux.c | 1568 GENXY(__NR_fstatfs, sys_fstatfs), // 100
|
D | syswrap-mips32-linux.c | 1518 GENXY (__NR_fstatfs, sys_fstatfs), // 100
|
D | syswrap-x86-linux.c | 1937 GENXY(__NR_fstatfs, sys_fstatfs), // 100
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1007 #define __NR_fstatfs (__NR_SYSCALL_BASE+100)
|