Searched refs:getdents64 (Results 1 – 25 of 67) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents02.c | 130 getdents64(fd, &dirp64, sizeof(dirp64)); in test_ebadf() 146 getdents64(fd, (void *)buf, sizeof(buf)); in test_einval() 164 getdents64(fd, &dir64, sizeof(dir64)); in test_enotdir() 188 getdents64(fd, &dir64, sizeof(dir64)); in test_enoent()
|
D | getdents.h | 52 getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in getdents64() function
|
D | getdents01.c | 112 rval = getdents64(fd, dirp64, BUFSIZE); in main()
|
/external/valgrind/memcheck/tests/x86-solaris/ |
D | scalar.stderr.exp | 74 Syscall param getdents64(fd) contains uninitialised byte(s) 77 Syscall param getdents64(dirp) contains uninitialised byte(s) 80 Syscall param getdents64(count) contains uninitialised byte(s) 83 Syscall param getdents64(dirp) points to unaddressable byte(s)
|
/external/strace/ |
D | dirent64.c | 39 SYS_FUNC(getdents64) in SYS_FUNC() argument
|
D | sys_func.h | 69 extern SYS_FUNC(getdents64);
|
/external/valgrind/include/ |
D | pub_tool_libcfile.h | 97 extern Int VG_(getdents64)( Int fd, struct vki_dirent64 *dirp, UInt count );
|
/external/ltp/testcases/kernel/include/ |
D | aarch64.in | 62 getdents64 61
|
D | ia64.in | 183 getdents64 1214
|
D | x86_64.in | 217 getdents64 217
|
D | sparc.in | 159 getdents64 154
|
D | s390.in | 148 getdents64 220
|
D | s390x.in | 148 getdents64 220
|
D | sparc64.in | 138 getdents64 154
|
D | powerpc.in | 200 getdents64 202
|
D | i386.in | 219 getdents64 220
|
D | powerpc64.in | 200 getdents64 202
|
D | sh.in | 246 getdents64 248
|
D | arm.in | 186 getdents64 (__NR_SYSCALL_BASE+217)
|
/external/strace/tests-mx32/ |
D | Makefile.am | 148 getdents64 \ program 555 getdents64.test \
|
/external/strace/tests/ |
D | Makefile.am | 148 getdents64 \ program 555 getdents64.test \
|
/external/strace/tests-m32/ |
D | Makefile.am | 148 getdents64 \ program 555 getdents64.test \
|
/external/strace/linux/64/ |
D | syscallent.h | 62 [ 61] = { 3, TD, SEN(getdents64), "getdents64" },
|
/external/strace/linux/32/ |
D | syscallent.h | 65 [ 61] = { 3, TD, SEN(getdents64), "getdents64" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 235 [220] = { 3, TD, SEN(getdents64), "getdents64" },
|
123