Searched refs:toff (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/dev/syscons/daemon/
H A Ddaemon_saver.c211 static int xoff, yoff, toff; local
238 clear_string(sc, txpos, typos, toff, message, tlen);
332 toff = 0;
337 toff = -txpos;
344 draw_string(sc, txpos, typos, toff, message, tlen);
/freebsd-11.0-release/sys/fs/smbfs/
H A Dsmbfs_io.c427 int i, error, nextoff, size, toff, npages, count;
501 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
503 nextoff = toff + PAGE_SIZE;
513 } else if (size > toff) {
518 vm_page_set_valid_range(m, 0, size - toff);
/freebsd-11.0-release/sys/kern/
H A Dvfs_cluster.c342 int i, inc, j, k, toff; local
449 toff = off & PAGE_MASK;
451 if (toff + tinc > PAGE_SIZE)
452 tinc = PAGE_SIZE - toff;
455 vm_page_bits(toff, tinc)) != 0)
H A Dvfs_bio.c2697 vm_offset_t toff; local
2743 toff = bp->b_bcount;
2744 tinc = PAGE_SIZE - ((bp->b_offset + toff) & PAGE_MASK);
2745 while ((bp->b_flags & B_CACHE) && toff < size) {
2748 if (tinc > (size - toff))
2749 tinc = size - toff;
2750 pi = ((bp->b_offset & PAGE_MASK) + toff) >> PAGE_SHIFT;
2752 vfs_buf_test_cache(bp, bp->b_offset, toff, tinc, m);
2753 toff += tinc;
3237 vm_offset_t toff, tin local
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dcfgexpand.c470 HOST_WIDE_INT toff = offset; local
471 toff += jalign - 1;
472 toff &= -(HOST_WIDE_INT)jalign;
473 if (isize - (toff - offset) < jsize)
476 isize -= toff - offset;
477 offset = toff;
/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_vnops.c1750 int i, error, nextoff, size, toff, count, npages; local
1827 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
1830 nextoff = toff + PAGE_SIZE;
1840 } else if (size > toff) {
1845 vm_page_set_valid_range(m, 0, size - toff);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c84 int i, error, nextoff, size, toff, count, npages; local
181 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
183 nextoff = toff + PAGE_SIZE;
193 } else if (size > toff) {
198 vm_page_set_valid_range(m, 0, size - toff);
H A Dnfs_clvnops.c2651 u_quad_t off, endoff, toff; local
2766 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE +
2768 if (toff < off)
2769 off = toff;
2770 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff);
2771 if (toff > endoff)
2772 endoff = toff;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c5280 bfd_vma toff;
5323 bfd_vma symaddr, reladdr, toff, roff;
5377 toff = isym->st_value;
5394 toff = 0;
5405 toff = ent->glink_offset;
5410 toff = ent->plt.offset;
5420 toff = h->root.u.def.value;
5458 toff += irel->r_addend;
5460 toff = _bfd_merged_section_offset (abfd, &tsec,
5462 toff);
5267 bfd_vma toff; member in struct:one_fixup
5310 bfd_vma symaddr, reladdr, toff, roff; local
[all...]
H A Delfxx-ia64.c901 bfd_vma toff;
959 bfd_vma symaddr, reladdr, trampoff, toff, roff;
1037 toff = isym->st_value;
1066 toff = dyn_i->plt2_offset;
1082 toff = h->root.u.def.value;
1107 toff += irel->r_addend;
1109 toff = _bfd_merged_section_offset (abfd, &tsec,
1111 toff);
1114 toff += irel->r_addend;
1117 toff
898 bfd_vma toff; member in struct:one_fixup
956 bfd_vma symaddr, reladdr, trampoff, toff, roff; local
[all...]
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1570 u_int64_t off, toff, verf; local
1590 toff = off;
1606 if (!nd->nd_repstat && toff && verf != at.na_filerev)
1712 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) {
1720 toff = off;
1819 u_int64_t off, toff, verf; local
1835 toff = off;
1982 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) ||
1993 toff = off;
/freebsd-11.0-release/sys/netipsec/
H A Dkey.c7512 int toff; local
7528 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
7533 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
7592 n = m_pulldown(m, off, extlen, &toff);
7597 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);

Completed in 129 milliseconds