Home
last modified time | relevance | path

Searched refs:dirent_t (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreaddir_r.c56 readdir_r(DIR *dirp, dirent_t *entry, dirent_t **result) in readdir_r()
59 dirent_t *dp; /* -> directory data */ in readdir_r()
64 dp = (dirent_t *)(uintptr_t)&dirp->dd_buf[dirp->dd_loc]; in readdir_r()
74 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir_r()
86 dp = (dirent_t *)(uintptr_t)&dirp->dd_buf[dirp->dd_loc]; in readdir_r()
112 dirent_t *dp32; /* -> 32 bit directory data */ in readdir64_r()
114 dp32 = (dirent_t *)(&dp64->d_off); in readdir64_r()
154 __posix_readdir_r(DIR *dirp, dirent_t *entry, dirent_t **result) in __posix_readdir_r()
189 dirent_t *
190 readdir_r(DIR *dirp, dirent_t *entry) in readdir_r()
[all …]
H A Dreaddir.c59 dirent_t *
62 dirent_t *dp; /* -> directory data */ in readdir()
66 dp = (dirent_t *)(uintptr_t)&dirp->dd_buf[dirp->dd_loc]; in readdir()
75 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir()
81 return ((dirent_t *)(uintptr_t)&dirp->dd_buf[dirp->dd_loc]); in readdir()
100 dirent_t *dp32; in readdir64()
102 dp32 = (dirent_t *)(&dp64->d_off); in readdir64()
131 dirent_t *
135 dirent_t *dp32; /* -> directory data */ in readdir()
150 dp32 = (dirent_t *)(&dp64->d_off); in readdir()
H A Dseekdir.c54 dirent_t *dp; in seekdir()
59 dp = (dirent_t *)(uintptr_t)&dirp->dd_buf[dirp->dd_loc]; in seekdir()
71 ((dirent_t *)(uintptr_t)&dirp->dd_buf[0])->d_off = loc; in seekdir()
95 dirent_t *dp32; in seekdir64()
97 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t)); in seekdir64()
H A Dtelldir.c56 dirent_t *dp; in telldir()
62 dp = (dirent_t *)(uintptr_t)(&dirp->dd_buf[dirp->dd_loc]); in telldir()
89 dirent_t *dp32; in telldir64()
91 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t)); in telldir64()
/illumos-gate/usr/src/uts/common/sys/
H A Ddirent.h49 } dirent_t; typedef
120 #define dirent64_t dirent_t
/illumos-gate/usr/src/test/os-tests/tests/regression/
H A Dillumos-15036.c61 dirent_t *de; in find_test_files()
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c56 #define LILBUF (sizeof (dirent_t))
59 ((reclen) - (offsetof(dirent_t, d_name[0])))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c55 ((offsetof(dirent_t, d_name[0]) + 1 + (namelen) + 7) & ~ 7)
H A Dgetdents3.c55 ((offsetof(dirent_t, d_name[0]) + 1 + (namelen) + 7) & ~ 7)
H A Dgetdents4.c57 ((offsetof(dirent_t, d_name[0]) + 1 + (namelen) + 7) & ~ 7)
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c217 dirent_t *dentp; in Pfd_iter()
667 dirent_t *dent; in pnohup()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c502 dirent_t *d; in show_dents()
510 d = (dirent_t *)(void *)p; in show_dents()
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c282 dirent_t *dent; in scan_proc_dir()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c79 #define dirent64_t dirent_t
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c931 dirent_t *direntp; in prstat_scandir()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c5294 dirent_t *dent; in mixed_pools()