Lines Matching refs:offp
142 u_offset_t *offp, in swap_phys_alloc() argument
162 *offp < sip->si_soff || in swap_phys_alloc()
163 *offp >= sip->si_eoff) in swap_phys_alloc()
196 *offp = soff; in swap_phys_alloc()
1666 u_offset_t *offp, in swap_newphysname() argument
1679 ASSERT(*offp <= offset && offset < *offp + *lenp); in swap_newphysname()
1696 *offp = offset; in swap_newphysname()
1710 start = MAX(*offp, in swap_newphysname()
1712 ASSERT(start + plen <= *offp + *lenp); in swap_newphysname()
1759 ASSERT(*offp <= start && start + plen <= *offp + *lenp); in swap_newphysname()
1761 *offp = start; in swap_newphysname()