Searched defs:getdents64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dgetdents.c62 * Both 32-bit and 64-bit versions of libc use getdents64() and therefore
189 getdents64(int fd, void *buf, size_t count) function
/illumos-gate/usr/src/uts/common/sys/
H A Ddirent.h108 #pragma redefine_extname getdents getdents64
110 #define getdents getdents64
116 #pragma redefine_extname getdents64 getdents
118 #define getdents64 getdents macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c78 #define getdents64 getdents macro
81 extern int getdents64(int, dirent64_t *, size_t);
91 * address space. We use the low-level getdents64() system call.
127 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) {
297 * Preallocate the buffer for the call to getdents64() in
401 * Preallocate the buffer for the call to getdents64() in

Completed in 66 milliseconds