/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 1073 #if !defined(__NR_statfs64) 1074 #define __NR_statfs64 268 macro
|
D | arm_linux_syscalls.h | 904 #if !defined(__NR_statfs64) 905 #define __NR_statfs64 (__NR_SYSCALL_BASE+266) macro
|
D | mips_linux_syscalls.h | 1038 #if !defined(__NR_statfs64) 1039 #define __NR_statfs64 (__NR_Linux + 255) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 234 #define __NR_statfs64 265 macro
|
D | vki-scnums-ppc32-linux.h | 295 #define __NR_statfs64 252 macro
|
D | vki-scnums-x86-linux.h | 305 #define __NR_statfs64 268 macro
|
D | vki-scnums-ppc64-linux.h | 289 #define __NR_statfs64 252 macro
|
D | vki-scnums-arm-linux.h | 303 #define __NR_statfs64 266 macro
|
D | vki-scnums-mips32-linux.h | 295 #define __NR_statfs64 (__NR_Linux + 255) macro
|
D | vki-scnums-darwin.h | 607 #define __NR_statfs64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(345) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 269 #define __NR_statfs64 268 macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 810 #ifndef __NR_statfs64 811 #define __NR_statfs64 268 macro 929 #ifndef __NR_statfs64 930 #define __NR_statfs64 (__NR_SYSCALL_BASE + 266) macro 1198 #ifndef __NR_statfs64 1199 #define __NR_statfs64 (__NR_Linux + 255) macro 1354 #ifndef __NR_statfs64 1355 #define __NR_statfs64 (__NR_Linux + 217) macro 1469 #ifndef __NR_statfs64 1470 #define __NR_statfs64 252 macro [all …]
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 294 #define __NR_statfs64 (__NR_SYSCALL_BASE+266) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 1193 GO(__NR_statfs64, "3s 2m"); in main() 1194 SY(__NR_statfs64, x0, x0+1, x0); FAIL; in main()
|
D | scalar.stderr.exp | 3740 268: __NR_statfs64 3s 2m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 141 case __NR_statfs64: in IsFileSystem()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 278 #define __NR_statfs64 (__NR_Linux + 255) macro 954 #define __NR_statfs64 (__NR_Linux + 217) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1779 GO(__NR_statfs64, "3s 2m"); in main() 1780 SY(__NR_statfs64, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1163 GENXY(__NR_statfs64, sys_statfs64), // 252
|
D | syswrap-s390x-linux.c | 952 GENXY(__NR_statfs64, sys_statfs64), // 265
|
D | syswrap-mips32-linux.c | 1053 GENXY (__NR_statfs64, sys_statfs64), // 255
|
D | syswrap-arm-linux.c | 1084 GENXY(__NR_statfs64, sys_statfs64), // 268
|
D | syswrap-x86-linux.c | 1721 GENXY(__NR_statfs64, sys_statfs64), // 268
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 913 #define __NR_statfs64 __NR3264_statfs
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1173 #define __NR_statfs64 (__NR_SYSCALL_BASE+266)
|