| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | Pscantext.c | 51 off_t endoff; /* ending offset in text section */ in Pscantext() local 128 endoff = offset + pdp->pr_size; in Pscantext() 132 (endoff > P->status.pr_stkbase && in Pscantext() 134 (endoff > P->status.pr_brkbase && in Pscantext() 153 while (sysaddr == 0 && syspri != 1 && offset < endoff) { in Pscantext() 163 offset + BLKSIZE < endoff) in Pscantext()
|
| /illumos-gate/usr/src/cmd/sgs/libelf/common/ |
| H A D | getarsym.c | 98 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()
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | mode.h | 103 off_t endoff; /* file offset */ member 126 off_t endoff; /* file offset */ member
|
| H A D | io.c | 54 f->nxtoff = f->endoff = 0; in initf() 68 f->endoff = length(s); in estabf()
|
| H A D | word.c | 407 f->endoff = rest; in readb() 453 f->endoff = len + rest; in readb()
|
| H A D | name.c | 435 lseek(0, (off_t)(f->nxtoff - f->endoff), SEEK_CUR); in readvar()
|
| /illumos-gate/usr/src/cmd/tbl/ |
| H A D | t2.c | 35 endoff(); in tableput()
|
| H A D | tf.c | 43 endoff(void) in endoff() function
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | stk.c | 508 size_t endoff; in stkgrow() local 527 endoff = end - dp; in stkgrow() 541 end = dp + endoff; in stkgrow()
|
| /illumos-gate/usr/src/cmd/savecore/ |
| H A D | savecore.c | 80 static offset_t endoff; /* offset of end-of-dump header */ variable 364 endoff = llseek(dumpfd, -DUMP_OFFSET, SEEK_END) & -DUMP_OFFSET; in read_dumphdr() 365 Pread(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in read_dumphdr() 366 Pread(dumpfd, &datahdr, sizeof (datahdr), endoff + sizeof (dumphdr)); in read_dumphdr() 414 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in read_dumphdr() 683 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in copy_crashfile() 1454 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in build_corefile() 1905 Pread(dumpfd, metrics, metrics_size, endoff + in main()
|
| /illumos-gate/usr/src/uts/common/fs/fd/ |
| H A D | fdops.c | 114 int endoff; in fdread() local 125 endoff = (nentries + 2) * FDSDSIZE; in fdread() 131 uiop->uio_loffset >= (offset_t)endoff || in fdread()
|
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_dir.c | 1128 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()
|
| /illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| H A D | smbfs_vnops.c | 553 offset_t endoff; in smbfs_read() local 583 endoff = uiop->uio_loffset + uiop->uio_resid; in smbfs_read() 584 if (uiop->uio_loffset < 0 || endoff < 0) in smbfs_read() 603 if (endoff > va.va_size) { in smbfs_read() 604 past_eof = (ssize_t)(endoff - va.va_size); in smbfs_read() 714 offset_t endoff, limit; in smbfs_write() local 768 endoff = uiop->uio_loffset + uiop->uio_resid; in smbfs_write() 769 if (uiop->uio_loffset < 0 || endoff < 0) in smbfs_write() 797 if (endoff > limit) { in smbfs_write() 798 past_limit = (ssize_t)(endoff - limit); in smbfs_write() [all …]
|
| /illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| H A D | sbd_zvol.c | 139 uint64_t endoff = off + len; in sbd_zvol_numsegs() local 142 numsegs = (P2ROUNDUP(endoff, blksz) - P2ALIGN(off, blksz)) / blksz; in sbd_zvol_numsegs()
|
| /illumos-gate/usr/src/uts/common/fs/udfs/ |
| H A D | udf_dir.c | 91 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()
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_print.c | 1472 print_hole(printarg_t *pap, int depth, ulong_t off, ulong_t endoff) in print_hole() argument 1474 ulong_t bits = endoff - off; in print_hole() 1487 ASSERT(off < endoff); in print_hole() 1498 for (; off < endoff; off = end) { in print_hole() 1500 if (end > endoff) in print_hole() 1501 end = endoff; in print_hole() 1506 ASSERT(end == endoff); in print_hole()
|
| /illumos-gate/usr/src/uts/common/sys/fs/ |
| H A D | ufs_inode.h | 450 off_t endoff; /* last useful location found in search */ member
|