/external/strace/tests/ |
D | fstatat64.c | 8 #ifdef __NR_fstatat64
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 1197 #if !defined(__NR_fstatat64) 1198 #define __NR_fstatat64 300 macro
|
D | arm_linux_syscalls.h | 1148 #if !defined(__NR_fstatat64) 1149 #define __NR_fstatat64 (__NR_SYSCALL_BASE+327) macro
|
D | mips_linux_syscalls.h | 1188 #if !defined(__NR_fstatat64) 1189 #define __NR_fstatat64 (__NR_Linux + 293) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-ppc32-linux.h | 336 #define __NR_fstatat64 291 macro
|
D | vki-scnums-x86-linux.h | 337 #define __NR_fstatat64 300 macro
|
D | vki-scnums-arm-linux.h | 365 #define __NR_fstatat64 327 macro
|
D | vki-scnums-solaris.h | 124 #define __NR_fstatat64 SYS_fstatat64 macro
|
D | vki-scnums-mips32-linux.h | 333 #define __NR_fstatat64 (__NR_Linux + 293) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 300 #define __NR_fstatat64 300 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 355 #define __NR_fstatat64 (__NR_SYSCALL_BASE+327) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 112 case __NR_fstatat64: in IsFileSystem()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 351 SysRes res = VG_(do_syscall4)(__NR_fstatat64, fd, 0, (UWord)&buf64, 0); in ML_()
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 377 res = VG_(do_syscall4)(__NR_fstatat64, VKI_AT_FDCWD, (UWord)file_name, in VG_() 424 res = VG_(do_syscall4)(__NR_fstatat64, (UWord)fd, 0, (UWord)&buf64, 0); in VG_()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 828 #ifndef __NR_fstatat64 829 #define __NR_fstatat64 300 macro 1487 #ifndef __NR_fstatat64 1488 #define __NR_fstatat64 291 macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1205 PLAXY(__NR_fstatat64, sys_fstatat64), // 291
|
D | syswrap-mips32-linux.c | 1086 PLAXY (__NR_fstatat64, sys_fstatat64), // 293
|
D | syswrap-arm-linux.c | 1146 PLAXY(__NR_fstatat64, sys_fstatat64), // 300
|
D | syswrap-x86-linux.c | 1760 PLAXY(__NR_fstatat64, sys_fstatat64), // 300
|
D | syswrap-solaris.c | 10303 PLAXY(__NR_fstatat64, sys_fstatat64), /* 67 */
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 919 #define __NR_fstatat64 __NR3264_fstatat
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 316 #define __NR_fstatat64 (__NR_Linux + 293) macro
|