Home
last modified time | relevance | path

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

/NextBSD/sys/dev/syscons/daemon/
HDdaemon_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()
/NextBSD/sys/fs/smbfs/
HDsmbfs_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);
/NextBSD/sys/kern/
HDvfs_bio.c2661 vm_offset_t toff; in vfs_vmio_extend() local
2707 toff = bp->b_bcount; in vfs_vmio_extend()
2708 tinc = PAGE_SIZE - ((bp->b_offset + toff) & PAGE_MASK); in vfs_vmio_extend()
2709 while ((bp->b_flags & B_CACHE) && toff < size) { in vfs_vmio_extend()
2712 if (tinc > (size - toff)) in vfs_vmio_extend()
2713 tinc = size - toff; in vfs_vmio_extend()
2714 pi = ((bp->b_offset & PAGE_MASK) + toff) >> PAGE_SHIFT; in vfs_vmio_extend()
2716 vfs_buf_test_cache(bp, bp->b_offset, toff, tinc, m); in vfs_vmio_extend()
2717 toff += tinc; in vfs_vmio_extend()
3201 vm_offset_t toff, tinc, size; in inmem() local
[all …]
HDvfs_cluster.c317 int i, inc, j, k, toff; in cluster_rbuild() local
424 toff = off & PAGE_MASK; in cluster_rbuild()
426 if (toff + tinc > PAGE_SIZE) in cluster_rbuild()
427 tinc = PAGE_SIZE - toff; in cluster_rbuild()
430 vm_page_bits(toff, tinc)) != 0) in cluster_rbuild()
/NextBSD/contrib/gcc/
HDcfgexpand.c470 HOST_WIDE_INT toff = offset; in partition_stack_vars() local
471 toff += jalign - 1; in partition_stack_vars()
472 toff &= -(HOST_WIDE_INT)jalign; in partition_stack_vars()
473 if (isize - (toff - offset) < jsize) in partition_stack_vars()
476 isize -= toff - offset; in partition_stack_vars()
477 offset = toff; in partition_stack_vars()
/NextBSD/sys/fs/fuse/
HDfuse_vnops.c1738 int i, error, nextoff, size, toff, count, npages; in fuse_vnop_getpages() local
1815 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in fuse_vnop_getpages()
1818 nextoff = toff + PAGE_SIZE; in fuse_vnop_getpages()
1828 } else if (size > toff) { in fuse_vnop_getpages()
1833 vm_page_set_valid_range(m, 0, size - toff); in fuse_vnop_getpages()
/NextBSD/sys/fs/nfsclient/
HDnfs_clbio.c84 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local
181 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in ncl_getpages()
183 nextoff = toff + PAGE_SIZE; in ncl_getpages()
193 } else if (size > toff) { in ncl_getpages()
198 vm_page_set_valid_range(m, 0, size - toff); in ncl_getpages()
HDnfs_clvnops.c2653 u_quad_t off, endoff, toff; in ncl_flush() local
2768 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE + in ncl_flush()
2770 if (toff < off) in ncl_flush()
2771 off = toff; in ncl_flush()
2772 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff); in ncl_flush()
2773 if (toff > endoff) in ncl_flush()
2774 endoff = toff; in ncl_flush()
/NextBSD/contrib/binutils/bfd/
HDelfxx-ia64.c898 bfd_vma toff; member
956 bfd_vma symaddr, reladdr, trampoff, toff, roff; local
1034 toff = isym->st_value;
1063 toff = dyn_i->plt2_offset;
1079 toff = h->root.u.def.value;
1104 toff += irel->r_addend;
1106 toff = _bfd_merged_section_offset (abfd, &tsec,
1108 toff);
1111 toff += irel->r_addend;
1114 toff += irel->r_addend;
[all …]
HDelf32-ppc.c5267 bfd_vma toff; in ppc_elf_relax_section() member
5310 bfd_vma symaddr, reladdr, toff, roff; in ppc_elf_relax_section() local
5364 toff = isym->st_value; in ppc_elf_relax_section()
5381 toff = 0; in ppc_elf_relax_section()
5392 toff = ent->glink_offset; in ppc_elf_relax_section()
5397 toff = ent->plt.offset; in ppc_elf_relax_section()
5407 toff = h->root.u.def.value; in ppc_elf_relax_section()
5445 toff += irel->r_addend; in ppc_elf_relax_section()
5447 toff = _bfd_merged_section_offset (abfd, &tsec, in ppc_elf_relax_section()
5449 toff); in ppc_elf_relax_section()
[all …]
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdport.c1560 u_int64_t off, toff, verf; in nfsrvd_readdir() local
1580 toff = off; in nfsrvd_readdir()
1596 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir()
1702 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) { in nfsrvd_readdir()
1710 toff = off; in nfsrvd_readdir()
1809 u_int64_t off, toff, verf; in nfsrvd_readdirplus() local
1825 toff = off; in nfsrvd_readdirplus()
1972 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) || in nfsrvd_readdirplus()
1983 toff = off; in nfsrvd_readdirplus()
/NextBSD/sys/netipsec/
HDkey.c7452 int toff; in key_align() local
7468 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff); in key_align()
7473 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff); in key_align()
7532 n = m_pulldown(m, off, extlen, &toff); in key_align()
7537 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff); in key_align()
/NextBSD/share/dict/
HDweb2204121 toff