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

/freebsd-10.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-10.0-release/sys/fs/smbfs/
H A Dsmbfs_io.c428 int i, error, nextoff, size, toff, npages, count, reqpage;
520 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
522 nextoff = toff + PAGE_SIZE;
532 } else if (size > toff) {
537 vm_page_set_valid_range(m, 0, size - toff);
/freebsd-10.0-release/sys/kern/
H A Dvfs_cluster.c318 int i, inc, j, k, toff; local
427 toff = off & PAGE_MASK;
429 if (toff + tinc > PAGE_SIZE)
430 tinc = PAGE_SIZE - toff;
433 vm_page_bits(toff, tinc)) != 0)
H A Dvfs_bio.c2752 vm_offset_t toff, tinc, size; local
2772 for (toff = 0; toff < vp->v_mount->mnt_stat.f_iosize; toff += tinc) {
2773 m = vm_page_lookup(obj, OFF_TO_IDX(off + toff));
2777 if (tinc > PAGE_SIZE - ((toff + off) & PAGE_MASK))
2778 tinc = PAGE_SIZE - ((toff + off) & PAGE_MASK);
2780 (vm_offset_t) ((toff + off) & PAGE_MASK), tinc) == 0)
3460 vm_offset_t toff; local
3512 toff
[all...]
/freebsd-10.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-10.0-release/sys/fs/fuse/
H A Dfuse_vnops.c1730 int i, error, nextoff, size, toff, count, npages; local
1828 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
1831 nextoff = toff + PAGE_SIZE;
1841 } else if (size > toff) {
1846 vm_page_set_valid_range(m, 0, size - toff);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c86 int i, error, nextoff, size, toff, count, npages; local
200 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
202 nextoff = toff + PAGE_SIZE;
212 } else if (size > toff) {
217 vm_page_set_valid_range(m, 0, size - toff);
H A Dnfs_clvnops.c2657 u_quad_t off, endoff, toff; local
2772 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE +
2774 if (toff < off)
2775 off = toff;
2776 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff);
2777 if (toff > endoff)
2778 endoff = toff;
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_bio.c80 int i, error, nextoff, size, toff, count, npages; local
194 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
196 nextoff = toff + PAGE_SIZE;
206 } else if (size > toff) {
211 vm_page_set_valid_range(m, 0, size - toff);
H A Dnfs_vnops.c2983 u_quad_t off, endoff, toff; local
3097 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE +
3099 if (toff < off)
3100 off = toff;
3101 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff);
3102 if (toff > endoff)
3103 endoff = toff;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c5144 bfd_vma toff;
5187 bfd_vma symaddr, reladdr, toff, roff;
5241 toff = isym->st_value;
5258 toff = 0;
5269 toff = ent->glink_offset;
5274 toff = ent->plt.offset;
5284 toff = h->root.u.def.value;
5322 toff += irel->r_addend;
5324 toff = _bfd_merged_section_offset (abfd, &tsec,
5326 toff);
5131 bfd_vma toff; member in struct:one_fixup
5174 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-10.0-release/sys/nfsserver/
H A Dnfs_serv.c2627 u_quad_t off, toff, verf; local
2636 toff = fxdr_hyper(tl);
2642 toff = fxdr_unsigned(u_quad_t, *tl++);
2645 off = toff;
2677 if (!error && toff && verf && verf != at.va_filerev)
2784 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff))) {
2791 toff = off;
2924 u_quad_t off, toff, verf; local
2939 toff = fxdr_hyper(tl);
2945 off = toff;
[all...]
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1538 u_int64_t off, toff, verf; local
1558 toff = off;
1574 if (!nd->nd_repstat && toff && verf != at.na_filerev)
1682 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff))) {
1690 toff = off;
1789 u_int64_t off, toff, verf; local
1805 toff = off;
1953 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff) ||
1964 toff = off;
/freebsd-10.0-release/sys/netipsec/
H A Dkey.c7567 int toff; local
7583 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
7588 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
7647 n = m_pulldown(m, off, extlen, &toff);
7652 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);

Completed in 198 milliseconds