/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 1077 #if !defined(__NR_fstatfs64) 1078 #define __NR_fstatfs64 269 macro
|
D | arm_linux_syscalls.h | 908 #if !defined(__NR_fstatfs64) 909 #define __NR_fstatfs64 (__NR_SYSCALL_BASE+267) macro
|
D | mips_linux_syscalls.h | 1042 #if !defined(__NR_fstatfs64) 1043 #define __NR_fstatfs64 (__NR_Linux + 256) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 235 #define __NR_fstatfs64 266 macro
|
D | vki-scnums-ppc32-linux.h | 296 #define __NR_fstatfs64 253 macro
|
D | vki-scnums-ppc64-linux.h | 290 #define __NR_fstatfs64 253 macro
|
D | vki-scnums-x86-linux.h | 306 #define __NR_fstatfs64 269 macro
|
D | vki-scnums-arm-linux.h | 304 #define __NR_fstatfs64 267 macro
|
D | vki-scnums-mips32-linux.h | 296 #define __NR_fstatfs64 (__NR_Linux + 256) macro
|
D | vki-scnums-darwin.h | 608 #define __NR_fstatfs64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(346) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 270 #define __NR_fstatfs64 269 macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 813 #ifndef __NR_fstatfs64 814 #define __NR_fstatfs64 269 macro 932 #ifndef __NR_fstatfs64 933 #define __NR_fstatfs64 (__NR_SYSCALL_BASE + 267) macro 1201 #ifndef __NR_fstatfs64 1202 #define __NR_fstatfs64 (__NR_Linux + 256) macro 1357 #ifndef __NR_fstatfs64 1358 #define __NR_fstatfs64 (__NR_Linux + 218) macro 1472 #ifndef __NR_fstatfs64 1473 #define __NR_fstatfs64 253 macro [all …]
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 295 #define __NR_fstatfs64 (__NR_SYSCALL_BASE+267) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 1197 GO(__NR_fstatfs64, "3s 1m"); in main() 1198 SY(__NR_fstatfs64, x0, x0+1, x0); FAIL; in main()
|
D | scalar.stderr.exp | 3765 269: __NR_fstatfs64 3s 1m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 180 case __NR_fstatfs64: in IsAllowedFileSystemAccessViaFd()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 279 #define __NR_fstatfs64 (__NR_Linux + 256) macro 955 #define __NR_fstatfs64 (__NR_Linux + 218) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1783 GO(__NR_fstatfs64, "3s 1m"); in main() 1784 SY(__NR_fstatfs64, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1164 GENXY(__NR_fstatfs64, sys_fstatfs64), // 253
|
D | syswrap-s390x-linux.c | 953 GENXY(__NR_fstatfs64, sys_fstatfs64), // 266
|
D | syswrap-mips32-linux.c | 1054 GENXY (__NR_fstatfs64, sys_fstatfs64), // 256
|
D | syswrap-arm-linux.c | 1085 GENXY(__NR_fstatfs64, sys_fstatfs64), // 269
|
D | syswrap-x86-linux.c | 1722 GENXY(__NR_fstatfs64, sys_fstatfs64), // 269
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 914 #define __NR_fstatfs64 __NR3264_fstatfs
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1174 #define __NR_fstatfs64 (__NR_SYSCALL_BASE+267)
|