Lines Matching defs:off
526 mmapobj_dummy(dev_t dev, off_t off, int prot)
839 * we should still save it off in lib_va_hash.
1677 * Need to make sure padding does not throw off
1817 * Save off the start addr which will be
2061 offset_t off = 0;
2094 off = hdr->a_magic == ZMAGIC ? 0 : sizeof (struct exec);
2096 nsize = off + hdr->a_text + hdr->a_data + hdr->a_trsize +
2150 error = VOP_MAP(vp, off, as, &addr, size, prot, PROT_ALL,
2181 off = P2ROUNDUP((offset_t)(hdr->a_text), PAGESIZE);
2182 msize = off;
2183 addr += off;
2185 error = VOP_MAP(vp, off, as, &addr, size, PROT_ALL, PROT_ALL,