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

/freebsd-9.3-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-9.3-release/sys/fs/smbfs/
H A Dsmbfs_io.c406 int i, error, nextoff, size, toff, npages, count, reqpage;
496 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
498 nextoff = toff + PAGE_SIZE;
508 } else if (size > toff) {
513 vm_page_set_valid(m, 0, size - toff);
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_io.c383 int i, error, nextoff, size, toff, npages, count;
445 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
447 nextoff = toff + PAGE_SIZE;
455 int nvalid = ((size + DEV_BSIZE - 1) - toff) & ~(DEV_BSIZE - 1);
/freebsd-9.3-release/sys/kern/
H A Dvfs_cluster.c326 int i, inc, j, toff; local
428 toff = off & PAGE_MASK;
430 if (toff + tinc > PAGE_SIZE)
431 tinc = PAGE_SIZE - toff;
435 vm_page_bits(toff, tinc)) != 0)
H A Dvfs_bio.c2826 vm_offset_t toff, tinc, size; local
2846 for (toff = 0; toff < vp->v_mount->mnt_stat.f_iosize; toff += tinc) {
2847 m = vm_page_lookup(obj, OFF_TO_IDX(off + toff));
2851 if (tinc > PAGE_SIZE - ((toff + off) & PAGE_MASK))
2852 tinc = PAGE_SIZE - ((toff + off) & PAGE_MASK);
2854 (vm_offset_t) ((toff + off) & PAGE_MASK), tinc) == 0)
3546 vm_offset_t toff; local
3598 toff
[all...]
/freebsd-9.3-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-9.3-release/sys/fs/nfsclient/
H A Dnfs_clbio.c85 int i, error, nextoff, size, toff, count, npages; local
199 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
201 nextoff = toff + PAGE_SIZE;
211 } else if (size > toff) {
216 vm_page_set_valid(m, 0, size - toff);
H A Dnfs_clvnops.c2643 u_quad_t off, endoff, toff; local
2758 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE +
2760 if (toff < off)
2761 off = toff;
2762 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff);
2763 if (toff > endoff)
2764 endoff = toff;
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_bio.c79 int i, error, nextoff, size, toff, count, npages; local
193 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
195 nextoff = toff + PAGE_SIZE;
205 } else if (size > toff) {
210 vm_page_set_valid(m, 0, size - toff);
H A Dnfs_vnops.c2984 u_quad_t off, endoff, toff; local
3098 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE +
3100 if (toff < off)
3101 off = toff;
3102 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff);
3103 if (toff > endoff)
3104 endoff = toff;
/freebsd-9.3-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-9.3-release/sys/nfsserver/
H A Dnfs_serv.c2751 u_quad_t off, toff, verf; local
2761 toff = fxdr_hyper(tl);
2767 toff = fxdr_unsigned(u_quad_t, *tl++);
2770 off = toff;
2802 if (!error && toff && verf && verf != at.va_filerev)
2909 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff))) {
2916 toff = off;
3050 u_quad_t off, toff, verf; local
3066 toff = fxdr_hyper(tl);
3072 off = toff;
[all...]
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1551 u_int64_t off, toff, verf; local
1571 toff = off;
1587 if (!nd->nd_repstat && toff && verf != at.na_filerev)
1695 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff))) {
1703 toff = off;
1802 u_int64_t off, toff, verf; local
1818 toff = off;
1966 (not_zfs != 0 && ((u_quad_t)(*cookiep)) <= toff) ||
1977 toff = off;
/freebsd-9.3-release/sys/netipsec/
H A Dkey.c7591 int toff; local
7607 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
7612 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
7671 n = m_pulldown(m, off, extlen, &toff);
7676 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);

Completed in 177 milliseconds