HomeSort by relevance Sort by last modified time
    Searched refs:__NR_getdents (Results 1 - 25 of 49) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/getdents/
getdents.h 40 return ltp_syscall(__NR_getdents, fd, dirp, size);
  /external/strace/tests/
getdents.c 32 #ifdef __NR_getdents
108 long rc = syscall(__NR_getdents, (long) 0xdefacedffffffffULL, NULL,
114 while ((rc = syscall(__NR_getdents, 0, buf, count))) {
140 SKIP_MAIN_UNDEFINED("__NR_getdents")
  /external/strace/tests-m32/
getdents.c 32 #ifdef __NR_getdents
108 long rc = syscall(__NR_getdents, (long) 0xdefacedffffffffULL, NULL,
114 while ((rc = syscall(__NR_getdents, 0, buf, count))) {
140 SKIP_MAIN_UNDEFINED("__NR_getdents")
  /external/strace/tests-mx32/
getdents.c 32 #ifdef __NR_getdents
108 long rc = syscall(__NR_getdents, (long) 0xdefacedffffffffULL, NULL,
114 while ((rc = syscall(__NR_getdents, 0, buf, count))) {
140 SKIP_MAIN_UNDEFINED("__NR_getdents")
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 124 #define __NR_getdents 78
vki-scnums-s390x-linux.h 146 #define __NR_getdents 141
vki-scnums-arm-linux.h 178 #define __NR_getdents 141
vki-scnums-ppc32-linux.h 178 #define __NR_getdents 141
vki-scnums-ppc64-linux.h 178 #define __NR_getdents 141
vki-scnums-solaris.h 138 #define __NR_getdents SYS_getdents
vki-scnums-x86-linux.h 178 #define __NR_getdents 141
  /external/minijail/linux-x86/
libsyscalls.gen.c 240 #ifdef __NR_getdents
241 { "getdents", __NR_getdents },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 384 #define __NR_getdents 1065
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 162 #define __NR_getdents 141
unistd_64.h 99 #define __NR_getdents 78
unistd_x32.h 88 #define __NR_getdents (__X32_SYSCALL_BIT + 78)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 145 #define __NR_getdents 141
unistd_64.h 82 #define __NR_getdents 78
unistd_x32.h 71 #define __NR_getdents (__X32_SYSCALL_BIT + 78)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 149 #define __NR_getdents 141
unistd_64.h 180 #define __NR_getdents 78
181 __SYSCALL(__NR_getdents, sys_getdents)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 149 #define __NR_getdents 141
unistd_64.h 180 #define __NR_getdents 78
181 __SYSCALL(__NR_getdents, sys_getdents)
  /bionic/libc/include/bits/
glibc-syscalls.h 292 #if defined(__NR_getdents)
293 #define SYS_getdents __NR_getdents
  /external/strace/
scno.h 959 #ifndef __NR_getdents
960 # define __NR_getdents (SYSCALL_BIT | 1065)

Completed in 159 milliseconds

1 2