Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPscantext.c53 off_t endoff; /* ending offset in text section */ in Pscantext() local
130 endoff = offset + pdp->pr_size; in Pscantext()
134 (endoff > P->status.pr_stkbase && in Pscantext()
136 (endoff > P->status.pr_brkbase && in Pscantext()
155 while (sysaddr == 0 && syspri != 1 && offset < endoff) { in Pscantext()
165 offset + BLKSIZE < endoff) in Pscantext()
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c98 Byte *endoff; in arsym() local
117 endoff = off + n * eltsize; in arsym()
128 if ((n > 0) && (((str = (char *)endoff) >= endstr) || in arsym()
150 while (off < endoff) { in arsym()
/titanic_50/usr/src/cmd/sh/
H A Dmode.h103 off_t endoff; /* file offset */ member
126 off_t endoff; /* file offset */ member
H A Dio.c54 f->nxtoff = f->endoff = 0; in initf()
68 f->endoff = length(s); in estabf()
H A Dword.c408 f->endoff = rest; in readb()
454 f->endoff = len + rest; in readb()
H A Dname.c435 lseek(0, (off_t)(f->nxtoff - f->endoff), SEEK_CUR); in readvar()
/titanic_50/usr/src/cmd/tbl/
H A Dt2.c37 endoff(); in tableput()
H A Dtf.c45 endoff(void) in endoff() function
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c586 offset_t endoff; in smbfs_read() local
613 endoff = uiop->uio_loffset + uiop->uio_resid; in smbfs_read()
614 if (uiop->uio_loffset < 0 || endoff < 0) in smbfs_read()
633 if (endoff > va.va_size) { in smbfs_read()
634 past_eof = (ssize_t)(endoff - va.va_size); in smbfs_read()
671 offset_t endoff, limit; in smbfs_write() local
715 endoff = uiop->uio_loffset + uiop->uio_resid; in smbfs_write()
716 if (uiop->uio_loffset < 0 || endoff < 0) in smbfs_write()
735 if (endoff > limit) { in smbfs_write()
736 past_limit = (ssize_t)(endoff - limit); in smbfs_write()
[all …]
/titanic_50/usr/src/uts/common/fs/fd/
H A Dfdops.c113 int endoff; in fdread() local
124 endoff = (nentries + 2) * FDSDSIZE; in fdread()
130 uiop->uio_loffset >= (offset_t)endoff || in fdread()
/titanic_50/usr/src/cmd/savecore/
H A Dsavecore.c79 static offset_t endoff; /* offset of end-of-dump header */ variable
362 endoff = llseek(dumpfd, -DUMP_OFFSET, SEEK_END) & -DUMP_OFFSET; in read_dumphdr()
363 Pread(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in read_dumphdr()
364 Pread(dumpfd, &datahdr, sizeof (datahdr), endoff + sizeof (dumphdr)); in read_dumphdr()
412 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in read_dumphdr()
664 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in copy_crashfile()
1426 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in build_corefile()
1868 Pread(dumpfd, metrics, metrics_size, endoff + in main()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1128 slotp->endoff = 0; in ufs_dircheckforname()
1179 slotp->endoff = 0; in ufs_dircheckforname()
1187 slotp->endoff = 0; in ufs_dircheckforname()
1349 slotp->endoff = 0; in ufs_dircheckforname()
1386 slotp->endoff = 0; in ufs_dircheckforname()
1410 slotp->endoff = 0; in ufs_dircheckforname()
1425 slotp->endoff = 0; in ufs_dircheckforname()
1436 slotp->endoff = P2ROUNDUP_TYPED(enduseful, DIRBLKSIZ, off_t); in ufs_dircheckforname()
1914 if (slotp->endoff && (slotp->endoff < tdp->i_size)) { in ufs_diraddentry()
1916 (void) ufs_itrunc(tdp, (u_offset_t)slotp->endoff, 0, in ufs_diraddentry()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c138 uint64_t endoff = off + len; in sbd_zvol_numsegs() local
141 numsegs = (P2ROUNDUP(endoff, blksz) - P2ALIGN(off, blksz)) / blksz; in sbd_zvol_numsegs()
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c91 off_t endoff; /* last useful location found in search */ member
390 slot.endoff = 0; in ud_direnter()
655 slot.endoff = 0; in ud_dirremove()
957 slotp->endoff = 0; in ud_dircheckforname()
1005 slotp->endoff = 0; in ud_dircheckforname()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1419 print_hole(printarg_t *pap, int depth, ulong_t off, ulong_t endoff) in print_hole() argument
1421 ulong_t bits = endoff - off; in print_hole()
1434 ASSERT(off < endoff); in print_hole()
1445 for (; off < endoff; off = end) { in print_hole()
1447 if (end > endoff) in print_hole()
1448 end = endoff; in print_hole()
1453 ASSERT(end == endoff); in print_hole()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_inode.h450 off_t endoff; /* last useful location found in search */ member