/external/strace/tests/ |
D | fstatfs.c | 31 #ifdef __NR_fstatfs 35 # define SYSCALL_NR __NR_fstatfs
|
/external/strace/tests-m32/ |
D | fstatfs.c | 31 #ifdef __NR_fstatfs 35 # define SYSCALL_NR __NR_fstatfs
|
/external/strace/tests-mx32/ |
D | fstatfs.c | 31 #ifdef __NR_fstatfs 35 # define SYSCALL_NR __NR_fstatfs
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 186 #if !defined(__NR_fstatfs) 187 #define __NR_fstatfs 44 macro
|
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 | mips64_linux_syscalls.h | 556 #if !defined(__NR_fstatfs) 557 #define __NR_fstatfs (__NR_Linux + 135) macro
|
D | mips_linux_syscalls.h | 416 #if !defined(__NR_fstatfs) 417 #define __NR_fstatfs (__NR_Linux + 100) macro
|
D | arm_linux_syscalls.h | 316 #if !defined(__NR_fstatfs) 317 #define __NR_fstatfs (__NR_SYSCALL_BASE+100) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 420 #ifdef __NR_fstatfs 421 { "fstatfs", __NR_fstatfs },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 112 #define __NR_fstatfs 44 macro
|
D | vki-scnums-s390x-linux.h | 112 #define __NR_fstatfs 100 macro
|
D | vki-scnums-amd64-linux.h | 194 #define __NR_fstatfs 138 macro
|
D | vki-scnums-ppc64-linux.h | 137 #define __NR_fstatfs 100 macro
|
D | vki-scnums-arm-linux.h | 137 #define __NR_fstatfs 100 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-mips64-linux.h | 174 #define __NR_fstatfs (__NR_Linux + 135) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 142 #define __NR_fstatfs 138 macro
|
D | unistd_32.h | 104 #define __NR_fstatfs 100 macro
|
D | unistd_x32.h | 125 #define __NR_fstatfs (__X32_SYSCALL_BIT + 138) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 823 #define __NR_fstatfs 1055 macro 824 __SYSCALL(__NR_fstatfs, sys_fstatfs) 913 #define __NR_fstatfs __NR3264_fstatfs macro
|
/external/strace/ |
D | scno.h | 422 #ifndef __NR_fstatfs 423 # define __NR_fstatfs (SYSCALL_BIT | 138) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 123 #define __NR_fstatfs (__NR_Linux + 100) macro 542 #define __NR_fstatfs (__NR_Linux + 135) macro 885 #define __NR_fstatfs (__NR_Linux + 135) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 78 #define __NR_fstatfs (__NR_SYSCALL_BASE + 100) macro
|