Searched refs:endoff (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A Dt2.c37 endoff();
H A Dtf.c45 endoff(void) function
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPscantext.c53 off_t endoff; /* ending offset in text section */ local
130 endoff = offset + pdp->pr_size;
134 (endoff > P->status.pr_stkbase &&
136 (endoff > P->status.pr_brkbase &&
155 while (sysaddr == 0 && syspri != 1 && offset < endoff) {
165 offset + BLKSIZE < endoff)
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c98 Byte *endoff; local
117 endoff = off + n * eltsize;
123 if (((str = (char *)endoff) >= endstr) ||
143 while (off < endoff) {
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dmode.h103 off_t endoff; /* file offset */ member in struct:fileblk
126 off_t endoff; /* file offset */ member in struct:filehdr
H A Dio.c54 f->nxtoff = f->endoff = 0;
68 f->endoff = length(s);
H A Dword.c408 f->endoff = rest;
454 f->endoff = len + rest;
H A Dname.c435 lseek(0, (off_t)(f->nxtoff - f->endoff), SEEK_CUR);
/opensolaris-onvv-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c113 int endoff; local
124 endoff = (nentries + 2) * FDSDSIZE;
130 uiop->uio_loffset >= (offset_t)endoff ||
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c74 static offset_t endoff; /* offset of end-of-dump header */ variable
352 endoff = llseek(dumpfd, -DUMP_OFFSET, SEEK_END) & -DUMP_OFFSET;
353 Pread(dumpfd, &dumphdr, sizeof (dumphdr), endoff);
354 Pread(dumpfd, &datahdr, sizeof (datahdr), endoff + sizeof (dumphdr));
402 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff);
654 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff);
1415 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff);
1843 Pread(dumpfd, metrics, metrics_size, endoff +
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c137 uint64_t endoff = off + len; local
140 numsegs = (P2ROUNDUP(endoff, blksz) - P2ALIGN(off, blksz)) / blksz;
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1533 u_offset_t endoff; local
1547 endoff = off + size;
1548 if (endoff >= allocp->am_start_off) {
1551 if (endoff < tmpendoff)
1552 endoff = tmpendoff;
1553 allocp->am_size = endoff - off;
1570 endoff = allocp->am_start_off + allocp->am_size;
1571 if (off < endoff) {
1573 if (endoff < tmpendoff)
1574 endoff
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c586 offset_t endoff; local
613 endoff = uiop->uio_loffset + uiop->uio_resid;
614 if (uiop->uio_loffset < 0 || endoff < 0)
633 if (endoff > va.va_size) {
634 past_eof = (ssize_t)(endoff - va.va_size);
671 offset_t endoff, limit; local
715 endoff = uiop->uio_loffset + uiop->uio_resid;
716 if (uiop->uio_loffset < 0 || endoff < 0)
735 if (endoff > limit) {
736 past_limit = (ssize_t)(endoff
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1128 slotp->endoff = 0;
1179 slotp->endoff = 0;
1187 slotp->endoff = 0;
1349 slotp->endoff = 0;
1386 slotp->endoff = 0;
1410 slotp->endoff = 0;
1419 * this is, and set "endoff" to zero; since we're going to have
1425 slotp->endoff = 0;
1436 slotp->endoff = P2ROUNDUP_TYPED(enduseful, DIRBLKSIZ, off_t);
1914 if (slotp->endoff
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1344 print_hole(printarg_t *pap, int depth, ulong_t off, ulong_t endoff) argument
1346 ulong_t bits = endoff - off;
1359 ASSERT(off < endoff);
1370 for (; off < endoff; off = end) {
1372 if (end > endoff)
1373 end = endoff;
1378 ASSERT(end == endoff);
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c91 off_t endoff; /* last useful location found in search */ member in struct:slot
390 slot.endoff = 0;
655 slot.endoff = 0;
957 slotp->endoff = 0;
994 * this is, and set "endoff" to zero; since we're going to have
1005 slotp->endoff = 0;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h431 * "endoff" is set to 0 if the an entry with the given name is found, or if no
438 * Otherwise, "endoff" is set to the larger of the offset of the last
450 off_t endoff; /* last useful location found in search */ member in struct:ufs_slot

Completed in 274 milliseconds