/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pscantext.c | 53 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_44/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()
|
/titanic_44/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 | 408 f->endoff = rest; in readb() 454 f->endoff = len + rest; in readb()
|
H A D | name.c | 435 lseek(0, (off_t)(f->nxtoff - f->endoff), SEEK_CUR); in readvar()
|
/titanic_44/usr/src/cmd/tbl/ |
H A D | t2.c | 37 endoff(); in tableput()
|
H A D | tf.c | 45 endoff(void) in endoff() function
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 586 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_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 113 int endoff; in fdread() local 124 endoff = (nentries + 2) * FDSDSIZE; in fdread() 130 uiop->uio_loffset >= (offset_t)endoff || in fdread()
|
/titanic_44/usr/src/cmd/savecore/ |
H A D | savecore.c | 79 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_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_subr.c | 1533 u_offset_t endoff; in cachefs_update_allocmap() local 1547 endoff = off + size; in cachefs_update_allocmap() 1548 if (endoff >= allocp->am_start_off) { in cachefs_update_allocmap() 1551 if (endoff < tmpendoff) in cachefs_update_allocmap() 1552 endoff = tmpendoff; in cachefs_update_allocmap() 1553 allocp->am_size = endoff - off; in cachefs_update_allocmap() 1570 endoff = allocp->am_start_off + allocp->am_size; in cachefs_update_allocmap() 1571 if (off < endoff) { in cachefs_update_allocmap() 1573 if (endoff < tmpendoff) in cachefs_update_allocmap() 1574 endoff = tmpendoff; in cachefs_update_allocmap() [all …]
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 138 uint64_t endoff = off + len; in sbd_zvol_numsegs() local 141 numsegs = (P2ROUNDUP(endoff, blksz) - P2ALIGN(off, blksz)) / blksz; in sbd_zvol_numsegs()
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1418 print_hole(printarg_t *pap, int depth, ulong_t off, ulong_t endoff) in print_hole() argument 1420 ulong_t bits = endoff - off; in print_hole() 1433 ASSERT(off < endoff); in print_hole() 1444 for (; off < endoff; off = end) { in print_hole() 1446 if (end > endoff) in print_hole() 1447 end = endoff; in print_hole() 1452 ASSERT(end == endoff); in print_hole()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 450 off_t endoff; /* last useful location found in search */ member
|