Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c211 static int xoff, yoff, toff; in daemon_saver() local
238 clear_string(sc, txpos, typos, toff, message, tlen); in daemon_saver()
332 toff = 0; in daemon_saver()
337 toff = -txpos; in daemon_saver()
344 draw_string(sc, txpos, typos, toff, message, tlen); in daemon_saver()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c419 int i, error, nextoff, size, toff, npages, count; in smbfs_getpages()
493 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in smbfs_getpages()
495 nextoff = toff + PAGE_SIZE; in smbfs_getpages()
505 } else if (size > toff) { in smbfs_getpages()
510 vm_page_set_valid_range(m, 0, size - toff); in smbfs_getpages()
/freebsd/sys/kern/
H A Dvfs_cluster.c345 int i, inc, j, k, toff; in cluster_rbuild() local
448 toff = off & PAGE_MASK; in cluster_rbuild()
450 if (toff + tinc > PAGE_SIZE) in cluster_rbuild()
451 tinc = PAGE_SIZE - toff; in cluster_rbuild()
455 vm_page_bits(toff, tinc)) != 0) { in cluster_rbuild()
H A Dvfs_bio.c3130 vm_offset_t toff; in vfs_vmio_extend() local
3177 toff = bp->b_bcount; in vfs_vmio_extend()
3179 while ((bp->b_flags & B_CACHE) && toff < size) { in vfs_vmio_extend()
3182 if (tinc > (size - toff)) in vfs_vmio_extend()
3183 tinc = size - toff; in vfs_vmio_extend()
3187 toff += tinc; in vfs_vmio_extend()
3718 vm_offset_t toff, tinc, size; in inmem() local
3738 for (toff = 0; toff < vp->v_mount->mnt_stat.f_iosize; toff += tinc) { in inmem()
3745 if (tinc > PAGE_SIZE - ((toff + off) & PAGE_MASK)) in inmem()
3746 tinc = PAGE_SIZE - ((toff + off) & PAGE_MASK); in inmem()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c116 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local
217 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in ncl_getpages()
219 nextoff = toff + PAGE_SIZE; in ncl_getpages()
229 } else if (size > toff) { in ncl_getpages()
234 vm_page_set_valid_range(m, 0, size - toff); in ncl_getpages()
H A Dnfs_clvnops.c2909 u_quad_t off, endoff, toff; in ncl_flush() local
3025 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE + in ncl_flush()
3027 if (toff < off) in ncl_flush()
3028 off = toff; in ncl_flush()
3029 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff); in ncl_flush()
3030 if (toff > endoff) in ncl_flush()
3031 endoff = toff; in ncl_flush()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2053 u_int64_t off, toff, verf __unused; in nfsrvd_readdir() local
2074 toff = off; in nfsrvd_readdir()
2090 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir()
2196 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) { in nfsrvd_readdir()
2204 toff = off; in nfsrvd_readdir()
2315 u_int64_t off, toff, verf __unused; in nfsrvd_readdirplus() local
2333 toff = off; in nfsrvd_readdirplus()
2495 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) || in nfsrvd_readdirplus()
2506 toff = off; in nfsrvd_readdirplus()
/freebsd/sys/netipsec/
H A Dkey.c8127 int toff; in key_align() local
8143 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff); in key_align()
8148 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff); in key_align()
8208 n = m_pulldown(m, off, extlen, &toff); in key_align()
8213 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff); in key_align()
/freebsd/share/dict/
H A Dweb2204191 toff