/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | readdir.c | 104 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 D | seekdir.c | 62 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 D | telldir.c | 65 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 D | readdir_r.c | 116 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 D | getdents.c | 42 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 D | dirent.h | 46 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 D | strptr.c | 85 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 D | update.c | 249 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 D | getdents4.c | 197 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 D | getdents.c | 176 dep->d_off = offset; in nfsgetdents()
|
H A D | getdents3.c | 176 dep->d_off = (off_t)ep->cookie; in nfs3getdents()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | getdents.c | 147 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 D | segments.c | 164 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 D | dirent.h | 48 off_t d_off; /* offset of next disk dir entry */ member
|
H A D | dir.h | 45 off_t d_off; /* offset of next disk directory entry */ member
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | readdir.c | 65 dirp->dd_off = dp->d_off;
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_readdir.c | 708 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 D | bootfs_vnops.c | 256 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 D | acom.c | 93 ndx = data->d_off + data->d_size; in update_comment()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | pc_dir.h | 255 off64_t d_off; /* offset of disk directory entry */ member
|
/titanic_50/usr/src/head/ |
H A D | libelf.h | 150 off_t d_off; /* offset into section */ member
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_xdr.c | 423 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 D | autod_xdr.c | 416 off = (uint_t)dp->d_off; 484 dp->d_off = offset;
|
H A D | autod_readdir.c | 298 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 D | pc_vnops.c | 1353 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()
|