Home
last modified time | relevance | path

Searched refs:startoff (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/tail/
H A Dmisc.c66 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() argument
71 if (startoff < mip->mapoff || in mapprint()
72 startoff >= (intmax_t)(mip->mapoff + mip->maplen)) { in mapprint()
73 if (maparound(mip, startoff) != 0) in mapprint()
76 n = (mip->mapoff + mip->maplen) - startoff; in mapprint()
79 WR(mip->start + (startoff - mip->mapoff), n); in mapprint()
80 startoff += n; in mapprint()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vnops.c85 dirfs_node_t dnp, int fd, off_t startoff, off_t uoff);
1225 off_t startoff; in dirfs_readdir() local
1238 startoff = uio->uio_offset; in dirfs_readdir()
1260 lseek(dnp->dn_fd, startoff, SEEK_SET); in dirfs_readdir()
1263 (intmax_t)startoff, (intmax_t)base, in dirfs_readdir()
1269 curoff = startoff; in dirfs_readdir()
1273 curoff = startoff; in dirfs_readdir()
1294 KTR_LOG(dirfs_readdir, dnp, dnp->dn_fd, startoff, uio->uio_offset); in dirfs_readdir()
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.cc3167 off_t startoff = this->offset(); in set_final_data_size() local
3168 off_t off = startoff + this->first_input_offset_; in set_final_data_size()
3175 startoff); in set_final_data_size()
3178 data_size = off - startoff; in set_final_data_size()
4491 off_t startoff = *poff; in set_section_list_addresses() local
4494 off_t maxoff = startoff; in set_section_list_addresses()
4496 off_t off = startoff; in set_section_list_addresses()
4553 off = layout->allocate(current_size, align, startoff); in set_section_list_addresses()
4581 if ((*p)->address() >= addr + (off - startoff)) in set_section_list_addresses()
4582 off += (*p)->address() - (addr + (off - startoff)); in set_section_list_addresses()
[all …]
H A Dlayout.cc3780 off_t startoff = off; in set_section_offsets() local
3825 off = this->allocate(current_size, (*p)->addralign(), startoff); in set_section_offsets()
/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.c1120 int startoff; in buf_copy_counted() local
1146 startoff = need; in buf_copy_counted()
1163 need = count - (start->size - startoff); in buf_copy_counted()
1192 start->bufp += startoff; in buf_copy_counted()
1193 start->size -= startoff; in buf_copy_counted()
/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.cc3181 off_t startoff = this->offset(); in set_final_data_size() local
3188 p->set_address_and_file_offset(address + off, startoff + off, in set_final_data_size()
3189 startoff); in set_final_data_size()
4520 off_t startoff = *poff; in set_section_list_addresses() local
4523 off_t maxoff = startoff; in set_section_list_addresses()
4525 off_t off = startoff; in set_section_list_addresses()
4589 off = layout->allocate(current_size, align, startoff); in set_section_list_addresses()
4619 if ((*p)->address() >= addr + (off - startoff)) in set_section_list_addresses()
4625 off += (*p)->address() - (addr + (off - startoff)); in set_section_list_addresses()
4639 static_cast<unsigned long long>(addr + (off - startoff)); in set_section_list_addresses()
[all …]
H A Dlayout.cc4174 off_t startoff = off; in set_section_offsets() local
4219 off = this->allocate(current_size, (*p)->addralign(), startoff); in set_section_offsets()
/dragonfly/usr.sbin/zic/
H A Dzic.c1956 zic_t startoff; in outzone() local
2088 startoff = zp->z_gmtoff; in outzone()
2173 startoff = oadd(zp->z_gmtoff, in outzone()
2182 startoff == oadd(zp->z_gmtoff, in outzone()
2212 addtype(startoff, startbuf, in outzone()
2213 startoff != zp->z_gmtoff, in outzone()
/dragonfly/stand/lib/
H A Dhammer1.c736 int64_t startoff = off; in hreadf() local
798 return (off - startoff); in hreadf()
/dragonfly/sbin/fsck_msdosfs/
H A Ddir.c293 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
304 s = delbuf + startoff; in delete()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c1651 off_t startoff; in tmpfs_readdir() local
1662 startoff = uio->uio_offset; in tmpfs_readdir()
1699 off_t off = startoff; in tmpfs_readdir()