Searched refs:startoff (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/usr.bin/fincore/
H A Dfincore.c82 fincore(int fd, off_t startoff, off_t endoff, unsigned char *vec) argument
87 for (off = startoff; off < endoff;
/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dnineproto.c330 int startoff, curoff; local
337 startoff = puffs_framebuf_telloff(pb);
338 puffs_framebuf_seekset(pb, startoff + 2+2); /* stat[n] incl. stat[2] */
386 puffs_framebuf_seekset(pb, startoff);
387 p9pbuf_put_2(pb, curoff-(startoff+2)); /* stat[n] size */
388 p9pbuf_put_2(pb, curoff-(startoff+4)); /* size[2] stat */
/netbsd-current/tests/lib/libc/regex/
H A Dmain.c47 regoff_t startoff = 0; variable
97 startoff = (regoff_t)atoi(optarg);
133 subs[0].rm_so = startoff;
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c324 UVMHIST_LOG(ubchist, "ridx %jd npages %jd startoff %#jx endoff %#jx",
863 genfs_do_putpages(struct vnode *vp, off_t startoff, off_t endoff, argument
894 KASSERT((startoff & PAGE_MASK) == 0);
896 KASSERT(startoff < endoff || endoff == 0);
900 (uintptr_t)vp, uobj->uo_npages, startoff, endoff - startoff);
982 nextoff = startoff;
1025 KASSERT(pg->offset >= startoff);
1245 if (tpg->offset < startoff || tpg->offset >= endoff)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dbuffer.c1122 int startoff; local
1148 startoff = need;
1165 need = count - (start->size - startoff);
1194 start->bufp += startoff;
1195 start->size -= startoff;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc3135 off_t startoff = this->offset(); local
3142 p->set_address_and_file_offset(address + off, startoff + off,
3143 startoff);
4475 off_t startoff = *poff; local
4478 off_t maxoff = startoff;
4480 off_t off = startoff;
4537 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4544 off = layout->allocate(current_size, align, startoff);
4553 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4574 if ((*p)->address() >= addr + (off - startoff))
[all...]
H A Dlayout.cc4191 off_t startoff = off;
4236 off = this->allocate(current_size, (*p)->addralign(), startoff);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc3181 off_t startoff = this->offset(); local
3188 p->set_address_and_file_offset(address + off, startoff + off,
3189 startoff);
4520 off_t startoff = *poff; local
4523 off_t maxoff = startoff;
4525 off_t off = startoff;
4582 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4589 off = layout->allocate(current_size, align, startoff);
4598 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4619 if ((*p)->address() >= addr + (off - startoff))
[all...]
H A Dlayout.cc4177 off_t startoff = off;
4222 off = this->allocate(current_size, (*p)->addralign(), startoff);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc3135 off_t startoff = this->offset(); local
3142 p->set_address_and_file_offset(address + off, startoff + off,
3143 startoff);
4475 off_t startoff = *poff; local
4478 off_t maxoff = startoff;
4480 off_t off = startoff;
4537 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4544 off = layout->allocate(current_size, align, startoff);
4553 (*p)->set_address_and_file_offset(addr + (off - startoff), foff);
4574 if ((*p)->address() >= addr + (off - startoff))
[all...]
H A Dlayout.cc4191 off_t startoff = off;
4236 off = this->allocate(current_size, (*p)->addralign(), startoff);
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c981 off_t startoff, cnt; local
992 startoff = uio->uio_offset;
1013 off_t i, off = startoff;
/netbsd-current/sbin/fsck_msdos/
H A Ddir.c311 * Delete directory entries between startcl, startoff and endcl, endoff.
315 int startoff, cl_t endcl, int endoff, int notlast)
321 s = delbuf + startoff;
314 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
/netbsd-current/bin/sh/
H A Dexpand.c254 int startoff; local
263 startoff = expdest - stackblock();
305 expdest - stackblock() > startoff &&
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vnops.c1244 off_t startoff; member in struct:procfs_root_readdir_ctx
1265 if (ctxp->off < ctxp->startoff) {
1596 ctx.startoff = i;
/netbsd-current/lib/libc/time/
H A Dzic.c3207 zic_t startoff = stdoff; local
3315 == startoff))
3327 startoff = oadd(zp->z_stdoff,
3339 && startoff == oadd(zp->z_stdoff,
3376 bool isdst = startoff != zp->z_stdoff;
3385 int type = addtype(startoff, startbuf, isdst,

Completed in 435 milliseconds