Home
last modified time | relevance | path

Searched refs:d_off (Results 1 – 25 of 62) sorted by relevance

123

/titanic_50/usr/src/lib/libc/port/gen/
H A Dreaddir.c104 dp32 = (dirent_t *)(&dp64->d_off); in readdir64()
106 dp64->d_off = (off64_t)dp32->d_off; in readdir64()
108 ((char *)&dp64->d_off - (char *)dp64)); in readdir64()
145 if (((off_t)dp64->d_off != dp64->d_off && in readdir()
146 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) || in readdir()
152 dp32 = (dirent_t *)(&dp64->d_off); in readdir()
153 dp32->d_off = (off_t)dp64->d_off; in readdir()
156 ((char *)&dp64->d_off - (char *)dp64)); in readdir()
H A Dseekdir.c62 off = dp->d_off; in seekdir()
73 ((dirent_t *)(uintptr_t)&dirp->dd_buf[0])->d_off = loc; in seekdir()
101 dp64->d_off = (off64_t)dp32->d_off; in seekdir64()
103 ((char *)&dp64->d_off - (char *)dp64)); in seekdir64()
105 off = dp64->d_off; in seekdir64()
116 ((dirent64_t *)(uintptr_t)&dirp->dd_buf[0])->d_off = loc; in seekdir64()
H A Dtelldir.c65 off = dp->d_off; in telldir()
95 dp64->d_off = (off64_t)dp32->d_off; in telldir64()
97 ((char *)&dp64->d_off - (char *)dp64)); in telldir64()
99 off = dp64->d_off; in telldir64()
H A Dreaddir_r.c116 dp32 = (dirent_t *)(&dp64->d_off); in readdir64_r()
118 dp64->d_off = (off64_t)dp32->d_off; in readdir64_r()
120 ((char *)&dp64->d_off - (char *)dp64)); in readdir64_r()
172 (uint64_t)dp64->d_off > (uint64_t)UINT32_MAX) { in __posix_readdir_r()
178 entry->d_off = (off_t)dp64->d_off; in __posix_readdir_r()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c42 long d_off; member
93 dir->d_off = ndir->d_off;
101 last_off = ndir->d_off;
/titanic_50/usr/src/uts/common/sys/
H A Ddirent.h46 off_t d_off; /* offset of disk directory entry */ member
57 off32_t d_off; /* offset of disk directory entry */ member
71 off64_t d_off; /* offset of disk directory entry */ member
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dstrptr.c85 if ((off >= d->d_off) && in elf_strptr()
86 (off < d->d_off + d->d_size)) { in elf_strptr()
87 rc = (char *)d->d_buf + off - d->d_off; in elf_strptr()
H A Dupdate.c249 d->db_data.d_off = (off_t)sz; in _elf_upd_lib()
413 ((j = (d->db_data.d_off + d->db_osz)) > sz)) in _elf_upd_usr()
617 here = start + d->db_data.d_off; in wrt()
629 if (fill && (d->db_data.d_off > off)) { in wrt()
630 sz = (Xword)(d->db_data.d_off - off); in wrt()
660 off = (Xword)(d->db_data.d_off + dst.d_size); in wrt()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c197 dep->d_off = 1; in nfs4getdents()
213 dep->d_off = 2; in nfs4getdents()
243 dep->d_off = (off_t)ep->b_cookie; in nfs4getdents()
H A Dgetdents.c176 dep->d_off = offset; in nfsgetdents()
H A Dgetdents3.c176 dep->d_off = (off_t)ep->cookie; in nfs3getdents()
/titanic_50/usr/src/uts/common/syscall/
H A Dgetdents.c147 dp->d_off > (uint64_t)UINT32_MAX) { in getdents32()
152 op->d_off = (off32_t)dp->d_off; in getdents32()
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c164 EC_XWORD(data->d_size), EC_OFF(data->d_off), in Dbg_seg_os()
183 addr = (Addr)(shdr->sh_addr + data->d_off); in Dbg_seg_os()
193 EC_XWORD(data->d_size), EC_OFF(data->d_off), in Dbg_seg_os()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Ddirent.h48 off_t d_off; /* offset of next disk dir entry */ member
H A Ddir.h45 off_t d_off; /* offset of next disk directory entry */ member
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dreaddir.c65 dirp->dd_off = dp->d_off;
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c708 rddir_next_offset = dp->d_off; in rfs4_op_readdir()
714 rddir_next_offset = dp->d_off; in rfs4_op_readdir()
733 rddir_next_offset = dp->d_off; in rfs4_op_readdir()
783 IXDR_PUT_U_HYPER(ptr, dp->d_off); in rfs4_op_readdir()
789 rddir_next_offset = dp->d_off; in rfs4_op_readdir()
1498 rddir_next_offset = dp->d_off; in rfs4_op_readdir()
/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c256 dp->d_off = 0; in bootfs_readdir()
273 dp->d_off = 1; in bootfs_readdir()
301 dp->d_off = coff; in bootfs_readdir()
/titanic_50/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c93 ndx = data->d_off + data->d_size; in update_comment()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_dir.h255 off64_t d_off; /* offset of disk directory entry */ member
/titanic_50/usr/src/head/
H A Dlibelf.h150 off_t d_off; /* offset into section */ member
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c423 off = (uint_t)dp->d_off; in xdr_autofs_putrddirres()
483 dp->d_off = offset; in xdr_autofs_getrddirres()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c416 off = (uint_t)dp->d_off;
484 dp->d_off = offset;
H A Dautod_readdir.c298 dp->d_off = (off64_t)nl->offset; in create_dirents()
304 dp->d_off = (off64_t)l->offset + 1; in create_dirents()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1353 ld->d_off = (off64_t)sizeof (struct pcdir); in pcfs_readdir()
1360 uiop->uio_loffset = ld->d_off; in pcfs_readdir()
1370 ld->d_off = (off64_t)(uiop->uio_loffset + in pcfs_readdir()
1374 uiop->uio_loffset = ld->d_off; in pcfs_readdir()
2341 ld->d_off = uiop->uio_loffset + sizeof (struct pcdir); in pc_read_long_fn()
2346 uiop->uio_loffset = ld->d_off; in pc_read_long_fn()
2386 ld->d_off = (off64_t)(uiop->uio_loffset + in pc_read_short_fn()
2390 uiop->uio_loffset = ld->d_off; in pc_read_short_fn()

123