Lines Matching defs:baseoff
737 * Find or create the pages starting form baseoff for specified
743 u_offset_t baseoff,
752 u_offset_t off = baseoff;
824 u_offset_t baseoff;
833 baseoff = off & (offset_t)PAGEMASK;
837 tlen = P2ROUNDUP(off + len, PAGESIZE) - baseoff;
864 return (vpm_pagecreate(vp, baseoff, len, vml, nseg, newpage));
868 pp = page_lookup(vp, baseoff, SE_SHARED);
895 baseoff = off & (offset_t)PAGEMASK;
901 base = segkpm_create_va(baseoff);
903 error = VOP_GETPAGE(vp, baseoff, tlen, &prot, pplist,
912 baseoff += PAGESIZE;
1128 u_offset_t baseoff,