Searched refs:DIRBUF (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclosedir.c55 lfree(dirp->dd_buf, DIRBUF);
H A Dfdopendir.c54 void *buf = lmalloc(DIRBUF);
83 lfree(buf, DIRBUF);
H A Dreaddir.c77 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) {
118 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) {
H A Dreaddir_r.c76 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) {
131 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) {
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h67 #define DIRBUF 8192 macro
68 #define DIRBLKSIZ DIRBUF
/illumos-gate/usr/src/lib/libast/common/dir/
H A Ddirlib.h151 #ifdef DIRBUF
152 #define DIRBLKSIZ DIRBUF
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dreaddir.c75 (struct dirent64 *)dirp->dd_buf, DIRBUF)) <= 0) {
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c127 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) {
300 if ((dirbuf = lmalloc(DIRBUF)) == NULL)
309 lfree(dirbuf, DIRBUF);
318 lfree(dirbuf, DIRBUF);
404 if ((dirbuf = lmalloc(DIRBUF)) == NULL)
423 lfree(dirbuf, DIRBUF);
432 lfree(dirbuf, DIRBUF);
/illumos-gate/usr/src/head/
H A Ddirent.h47 #define DIRBUF 8192 /* buffer size for fs-indep. dirs */ macro

Completed in 112 milliseconds