/external/strace/tests/ |
D | fstat64.c | 8 #ifdef __NR_fstat64
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 801 #if !defined(__NR_fstat64) 802 #define __NR_fstat64 197 macro
|
D | mips_linux_syscalls.h | 878 #if !defined(__NR_fstat64) 879 #define __NR_fstat64 (__NR_Linux + 215) macro
|
D | arm_linux_syscalls.h | 644 #if !defined(__NR_fstat64) 645 #define __NR_fstat64 (__NR_SYSCALL_BASE+197) macro
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 327 # if defined(VGO_linux) && defined(__NR_fstat64) in ML_() 332 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64); in ML_()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 201 #define __NR_fstat64 197 macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-x86-linux.h | 234 #define __NR_fstat64 197 macro
|
D | vki-scnums-arm-linux.h | 234 #define __NR_fstat64 197 macro
|
D | vki-scnums-ppc32-linux.h | 235 #define __NR_fstat64 197 macro
|
D | vki-scnums-solaris.h | 336 #define __NR_fstat64 SYS_fstat64 macro
|
D | vki-scnums-mips32-linux.h | 255 #define __NR_fstat64 (__NR_Linux + 215) macro
|
D | vki-scnums-darwin.h | 601 #define __NR_fstat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(339) macro
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 109 #ifdef __NR_fstat64
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 751 #ifndef __NR_fstat64 752 #define __NR_fstat64 197 macro 870 #ifndef __NR_fstat64 871 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197) macro 1155 #ifndef __NR_fstat64 1156 #define __NR_fstat64 (__NR_Linux + 215) macro 1423 #ifndef __NR_fstat64 1424 #define __NR_fstat64 197 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 225 #define __NR_fstat64 (__NR_SYSCALL_BASE+197) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 163 case __NR_fstat64: in IsAllowedFileSystemAccessViaFd()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 882 GO(__NR_fstat64, "2s 1m"); in main() 883 SY(__NR_fstat64, x0, x0); FAIL; in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1468 GO(__NR_fstat64, "2s 1m"); in main() 1469 SY(__NR_fstat64, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 403 # if defined(__NR_fstat64) in VG_() 405 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64); in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1097 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
D | syswrap-arm-linux.c | 999 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
D | syswrap-mips32-linux.c | 1017 PLAXY (__NR_fstat64, sys_fstat64), // 215
|
D | syswrap-x86-linux.c | 1636 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 920 #define __NR_fstat64 __NR3264_fstat
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 238 #define __NR_fstat64 (__NR_Linux + 215) macro
|