| /dragonfly/usr.bin/tail/ |
| HD | misc.c | 66 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/ |
| HD | dirfs_vnops.c | 85 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/ |
| HD | output.cc | 3167 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() 3174 p->set_address_and_file_offset(address + (off - startoff), off, 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() 4546 (*p)->set_address_and_file_offset(addr + (off - startoff), off); in set_section_list_addresses() 4553 off = layout->allocate(current_size, align, startoff); in set_section_list_addresses() [all …]
|
| HD | layout.cc | 3780 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/ |
| HD | buffer.c | 1120 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/ |
| HD | output.cc | 3181 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() 4582 (*p)->set_address_and_file_offset(addr + (off - startoff), foff); in set_section_list_addresses() 4589 off = layout->allocate(current_size, align, startoff); in set_section_list_addresses() 4598 (*p)->set_address_and_file_offset(addr + (off - startoff), foff); in set_section_list_addresses() 4619 if ((*p)->address() >= addr + (off - startoff)) in set_section_list_addresses() [all …]
|
| HD | layout.cc | 4174 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/ |
| HD | zic.c | 1956 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/ |
| HD | hammer1.c | 736 int64_t startoff = off; in hreadf() local 798 return (off - startoff); in hreadf()
|
| /dragonfly/sbin/fsck_msdosfs/ |
| HD | dir.c | 293 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument 304 s = delbuf + startoff; in delete()
|
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_vnops.c | 1651 off_t startoff; in tmpfs_readdir() local 1662 startoff = uio->uio_offset; in tmpfs_readdir() 1699 off_t off = startoff; in tmpfs_readdir()
|