/external/strace/tests-mx32/ |
D | statfs.c | 31 #ifdef __NR_statfs 35 # define SYSCALL_NR __NR_statfs
|
/external/strace/tests/ |
D | statfs.c | 31 #ifdef __NR_statfs 35 # define SYSCALL_NR __NR_statfs
|
/external/strace/tests-m32/ |
D | statfs.c | 31 #ifdef __NR_statfs 35 # define SYSCALL_NR __NR_statfs
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 182 #if !defined(__NR_statfs) 183 #define __NR_statfs 43 macro
|
D | x86_64_linux_syscalls.h | 561 #if !defined(__NR_statfs) 562 #define __NR_statfs 137 macro
|
D | x86_32_linux_syscalls.h | 409 #if !defined(__NR_statfs) 410 #define __NR_statfs 99 macro
|
D | mips64_linux_syscalls.h | 552 #if !defined(__NR_statfs) 553 #define __NR_statfs (__NR_Linux + 134) macro
|
D | mips_linux_syscalls.h | 412 #if !defined(__NR_statfs) 413 #define __NR_statfs (__NR_Linux + 99) macro
|
D | arm_linux_syscalls.h | 312 #if !defined(__NR_statfs) 313 #define __NR_statfs (__NR_SYSCALL_BASE+99) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 417 #ifdef __NR_statfs 418 { "statfs", __NR_statfs },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 481 #define __NR_statfs __NR3264_statfs macro
|
D | vki-scnums-s390x-linux.h | 111 #define __NR_statfs 99 macro
|
D | vki-scnums-amd64-linux.h | 193 #define __NR_statfs 137 macro
|
D | vki-scnums-arm-linux.h | 136 #define __NR_statfs 99 macro
|
D | vki-scnums-ppc64-linux.h | 136 #define __NR_statfs 99 macro
|
D | vki-scnums-ppc32-linux.h | 136 #define __NR_statfs 99 macro
|
D | vki-scnums-x86-linux.h | 136 #define __NR_statfs 99 macro
|
D | vki-scnums-mips64-linux.h | 173 #define __NR_statfs (__NR_Linux + 134) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 141 #define __NR_statfs 137 macro
|
D | unistd_32.h | 103 #define __NR_statfs 99 macro
|
D | unistd_x32.h | 124 #define __NR_statfs (__X32_SYSCALL_BIT + 137) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 825 #define __NR_statfs 1056 macro 826 __SYSCALL(__NR_statfs, sys_statfs) 912 #define __NR_statfs __NR3264_statfs macro
|
/external/strace/ |
D | scno.h | 419 #ifndef __NR_statfs 420 # define __NR_statfs (SYSCALL_BIT | 137) macro
|
/external/valgrind/memcheck/tests/arm64-linux/ |
D | scalar.c | 465 GO(__NR_statfs, "2s 2m"); in main() 466 SY(__NR_statfs, x0, x0); FAIL; in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 122 #define __NR_statfs (__NR_Linux + 99) macro 541 #define __NR_statfs (__NR_Linux + 134) macro 884 #define __NR_statfs (__NR_Linux + 134) macro
|