HomeSort by relevance Sort by last modified time
    Searched defs:getdents64 (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
dirent.h 103 #pragma redefine_extname getdents getdents64
105 #define getdents getdents64
111 #pragma redefine_extname getdents64 getdents
113 #define getdents64 getdents macro
  /onnv/onnv-gate/usr/src/uts/common/syscall/
getdents.c 64 * Both 32-bit and 64-bit versions of libc use getdents64() and therefore
189 getdents64(int fd, void *buf, size_t count) function
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
spawn.c 76 #define getdents64 getdents macro
80 extern int getdents64(int, dirent64_t *, size_t);
88 * address space. We use the low-level getdents64() system call.
124 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) {
295 * Preallocate the buffer for the call to getdents64() in
402 * Preallocate the buffer for the call to getdents64() in

Completed in 1062 milliseconds