Lines Matching defs:offp
134 * the one containing input (*vpp, *offp).
136 * returned starting at *offp on *vpp.
142 u_offset_t *offp,
162 *offp < sip->si_soff ||
163 *offp >= sip->si_eoff)
196 *offp = soff;
1654 * [*offp, *offp + *lenp), May back a subrange of this, but must
1656 * backed as [*offp, *offp + *lenp) and the physical offsets used to
1666 u_offset_t *offp,
1679 ASSERT(*offp <= offset && offset < *offp + *lenp);
1696 *offp = offset;
1706 * subrange of [*offp, *offp + *lenp) which includes offset.
1710 start = MAX(*offp,
1712 ASSERT(start + plen <= *offp + *lenp);
1759 ASSERT(*offp <= start && start + plen <= *offp + *lenp);
1761 *offp = start;