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

123

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddirent.h48 off_t d_off; /* offset of next disk dir entry */ member in struct:dirent
H A Ddir.h45 off_t d_off; /* offset of next disk directory entry */ member in struct:direct
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreaddir.c104 dp32 = (dirent_t *)(&dp64->d_off);
106 dp64->d_off = (off64_t)dp32->d_off;
108 ((char *)&dp64->d_off - (char *)dp64));
145 if (((off_t)dp64->d_off != dp64->d_off &&
146 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) ||
152 dp32 = (dirent_t *)(&dp64->d_off);
153 dp32->d_off = (off_t)dp64->d_off;
[all...]
H A Dseekdir.c62 off = dp->d_off;
70 * Save seek offset in d_off field, in case telldir
73 ((dirent_t *)(uintptr_t)&dirp->dd_buf[0])->d_off = loc;
101 dp64->d_off = (off64_t)dp32->d_off;
103 ((char *)&dp64->d_off - (char *)dp64));
105 off = dp64->d_off;
113 * Save seek offset in d_off field, in case telldir
116 ((dirent64_t *)(uintptr_t)&dirp->dd_buf[0])->d_off = loc;
H A Dtelldir.c65 off = dp->d_off;
95 dp64->d_off = (off64_t)dp32->d_off;
97 ((char *)&dp64->d_off - (char *)dp64));
99 off = dp64->d_off;
H A Dreaddir_r.c116 dp32 = (dirent_t *)(&dp64->d_off);
118 dp64->d_off = (off64_t)dp32->d_off;
120 ((char *)&dp64->d_off - (char *)dp64));
172 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) {
178 entry->d_off = (off_t)dp64->d_off;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c42 long d_off; member in struct:n_dirent
93 dir->d_off = ndir->d_off;
101 last_off = ndir->d_off;
/illumos-gate/usr/src/uts/common/sys/
H A Ddirent.h46 off_t d_off; /* offset of disk directory entry */ member in struct:dirent
57 off32_t d_off; /* offset of disk directory entry */ member in struct:dirent32
71 off64_t d_off; /* offset of disk directory entry */ member in struct:dirent64
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dstrptr.c85 if ((off >= d->d_off) &&
86 (off < d->d_off + d->d_size)) {
87 rc = (char *)d->d_buf + off - d->d_off;
H A Dupdate.c249 d->db_data.d_off = (off_t)sz;
413 ((j = (d->db_data.d_off + d->db_osz)) > sz))
617 here = start + d->db_data.d_off;
629 if (fill && (d->db_data.d_off > off)) {
630 sz = (Xword)(d->db_data.d_off - off);
660 off = (Xword)(d->db_data.d_off + dst.d_size);
1000 * of a 32-bit d_off field. This is only intended to be
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dreaddir.c65 dirp->dd_off = dp->d_off;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c197 dep->d_off = 1;
213 dep->d_off = 2;
243 dep->d_off = (off_t)ep->b_cookie;
H A Dgetdents.c176 dep->d_off = offset;
H A Dgetdents3.c176 dep->d_off = (off_t)ep->cookie;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c164 EC_XWORD(data->d_size), EC_OFF(data->d_off),
183 addr = (Addr)(shdr->sh_addr + data->d_off);
193 EC_XWORD(data->d_size), EC_OFF(data->d_off),
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetdents.c137 * This check ensures that the 64 bit d_ino and d_off
140 * Although d_off is a signed value, the check is done
144 * unsigned analog to the off64_t type of dp->d_off.
147 dp->d_off > (uint64_t)UINT32_MAX) {
152 op->d_off = (off32_t)dp->d_off;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c93 ndx = data->d_off + data->d_size;
/illumos-gate/usr/src/head/
H A Dlibelf.h150 off_t d_off; /* offset into section */ member in struct:__anon2272
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c200 DEBUG_EXP(printf("d_off = %d\n",
201 pfile_p->pf_snmdat_p->d_off));
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h255 off64_t d_off; /* offset of disk directory entry */ member in struct:pc_dirent
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c256 dp->d_off = 0;
273 dp->d_off = 1;
301 dp->d_off = coff;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c705 rddir_next_offset = dp->d_off;
711 rddir_next_offset = dp->d_off;
730 rddir_next_offset = dp->d_off;
780 IXDR_PUT_U_HYPER(ptr, dp->d_off);
786 rddir_next_offset = dp->d_off;
1498 rddir_next_offset = dp->d_off;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c298 dp->d_off = (off64_t)nl->offset;
304 dp->d_off = (off64_t)l->offset + 1;
H A Dautod_xdr.c357 * off_t d_off; * offset of next entry *
416 off = (uint_t)dp->d_off;
484 dp->d_off = offset;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c369 * off_t d_off; * offset of next entry *
423 off = (uint_t)dp->d_off;
483 dp->d_off = offset;

Completed in 162 milliseconds

123