Searched refs:d_off (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dreaddir.c101 dp32 = (dirent_t *)(&dp64->d_off);
103 dp64->d_off = (off64_t)dp32->d_off;
105 ((char *)&dp64->d_off - (char *)dp64));
142 if (((off_t)dp64->d_off != dp64->d_off &&
143 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) ||
149 dp32 = (dirent_t *)(&dp64->d_off);
150 dp32->d_off = (off_t)dp64->d_off;
[all...]
H A Dseekdir.c59 off = dp->d_off;
67 * Save seek offset in d_off field, in case telldir
70 ((dirent_t *)(uintptr_t)&dirp->d_buf[0])->d_off = loc;
98 dp64->d_off = (off64_t)dp32->d_off;
100 ((char *)&dp64->d_off - (char *)dp64));
102 off = dp64->d_off;
110 * Save seek offset in d_off field, in case telldir
113 ((dirent64_t *)(uintptr_t)&dirp->d_buf[0])->d_off = loc;
H A Dtelldir.c62 off = dp->d_off;
92 dp64->d_off = (off64_t)dp32->d_off;
94 ((char *)&dp64->d_off - (char *)dp64));
96 off = dp64->d_off;
H A Dreaddir_r.c113 dp32 = (dirent_t *)(&dp64->d_off);
115 dp64->d_off = (off64_t)dp32->d_off;
117 ((char *)&dp64->d_off - (char *)dp64));
169 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) {
175 entry->d_off = (off_t)dp64->d_off;
/osnet-11/usr/src/lib/libuvfs/common/
H A Ddir.c71 dp->d_off = (off == -1) ? (uintptr_t)*cookie - (uintptr_t)data_buf :
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c92 off_t d_off; /* offset to this dirent */ member in struct:dirent
157 dp->dent.d_off = dp->offset;

Completed in 51 milliseconds