/external/strace/tests/ |
D | getdents64.c | 34 #ifdef __NR_getdents64 117 while ((rc = syscall(__NR_getdents64, 0, buf, sizeof(buf)))) { in main()
|
/external/libchrome/base/files/ |
D | dir_reader_linux.h | 61 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_)); in Next()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 254 #if !defined(__NR_getdents64) 255 #define __NR_getdents64 61 macro
|
D | x86_64_linux_syscalls.h | 881 #if !defined(__NR_getdents64) 882 #define __NR_getdents64 217 macro
|
D | x86_32_linux_syscalls.h | 893 #if !defined(__NR_getdents64) 894 #define __NR_getdents64 220 macro
|
D | mips64_linux_syscalls.h | 1246 #if !defined(__NR_getdents64) 1247 #define __NR_getdents64 (__NR_Linux + 308) macro
|
D | mips_linux_syscalls.h | 894 #if !defined(__NR_getdents64) 895 #define __NR_getdents64 (__NR_Linux + 219) macro
|
D | arm_linux_syscalls.h | 724 #if !defined(__NR_getdents64) 725 #define __NR_getdents64 (__NR_SYSCALL_BASE+217) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 135 #define __NR_getdents64 61 macro
|
D | vki-scnums-s390x-linux.h | 192 #define __NR_getdents64 220 macro
|
D | vki-scnums-arm64-linux.h | 100 #define __NR_getdents64 61 macro
|
D | vki-scnums-amd64-linux.h | 300 #define __NR_getdents64 217 macro
|
D | vki-scnums-x86-linux.h | 258 #define __NR_getdents64 220 macro
|
D | vki-scnums-arm-linux.h | 254 #define __NR_getdents64 217 macro
|
D | vki-scnums-ppc64-linux.h | 239 #define __NR_getdents64 202 macro
|
D | vki-scnums-ppc32-linux.h | 241 #define __NR_getdents64 202 macro
|
D | vki-scnums-solaris.h | 271 #define __NR_getdents64 SYS_getdents64 macro
|
D | vki-scnums-mips64-linux.h | 347 #define __NR_getdents64 (__NR_Linux + 308) macro
|
D | vki-scnums-mips32-linux.h | 259 #define __NR_getdents64 (__NR_Linux + 219) macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 764 #ifndef __NR_getdents64 765 #define __NR_getdents64 220 macro 883 #ifndef __NR_getdents64 884 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro 985 #ifndef __NR_getdents64 986 #define __NR_getdents64 61 macro 989 #define __NR_getdents __NR_getdents64 1094 #ifndef __NR_getdents64 1095 #define __NR_getdents64 217 macro 1158 #ifndef __NR_getdents64 [all …]
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 221 #define __NR_getdents64 217 macro
|
D | unistd_32.h | 224 #define __NR_getdents64 220 macro
|
D | unistd_x32.h | 193 #define __NR_getdents64 (__X32_SYSCALL_BIT + 217) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 242 #define __NR_getdents64 (__NR_Linux + 219) macro 708 #define __NR_getdents64 (__NR_Linux + 308) macro 1036 #define __NR_getdents64 (__NR_Linux + 299) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 193 #define __NR_getdents64 61 macro 195 __SC_COMP(__NR_getdents64, sys_getdents64, compat_sys_getdents64)
|