/external/strace/tests-m32/ |
D | getdents64.c | 31 #ifdef __NR_getdents64 115 long rc = syscall(__NR_getdents64, (long) 0xdefacedffffffffULL, NULL, in main() 121 while ((rc = syscall(__NR_getdents64, 0, buf, count))) { in main()
|
/external/strace/tests-mx32/ |
D | getdents64.c | 31 #ifdef __NR_getdents64 115 long rc = syscall(__NR_getdents64, (long) 0xdefacedffffffffULL, NULL, in main() 121 while ((rc = syscall(__NR_getdents64, 0, buf, count))) { in main()
|
/external/strace/tests/ |
D | getdents64.c | 31 #ifdef __NR_getdents64 115 long rc = syscall(__NR_getdents64, (long) 0xdefacedffffffffULL, NULL, in main() 121 while ((rc = syscall(__NR_getdents64, 0, buf, count))) { in main()
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 54 return ltp_syscall(__NR_getdents64, fd, dirp64, size); in getdents64()
|
/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/minijail/linux-x86/ |
D | libsyscalls.gen.c | 657 #ifdef __NR_getdents64 658 { "getdents64", __NR_getdents64 },
|
/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/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-ppc64-linux.h | 239 #define __NR_getdents64 202 macro
|
D | vki-scnums-arm-linux.h | 254 #define __NR_getdents64 217 macro
|
D | vki-scnums-ppc32-linux.h | 241 #define __NR_getdents64 202 macro
|
D | vki-scnums-x86-linux.h | 258 #define __NR_getdents64 220 macro
|
D | vki-scnums-solaris.h | 271 #define __NR_getdents64 SYS_getdents64 macro
|
/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
|
/external/strace/ |
D | scno.h | 659 #ifndef __NR_getdents64 660 # define __NR_getdents64 (SYSCALL_BIT | 217) macro
|