Lines Matching refs:offp
147 u_offset_t *offp, in swap_phys_alloc() argument
167 *offp < sip->si_soff || in swap_phys_alloc()
168 *offp >= sip->si_eoff) in swap_phys_alloc()
201 *offp = soff; in swap_phys_alloc()
1693 u_offset_t *offp, in swap_newphysname() argument
1706 ASSERT(*offp <= offset && offset < *offp + *lenp); in swap_newphysname()
1723 *offp = offset; in swap_newphysname()
1737 start = MAX(*offp, in swap_newphysname()
1739 ASSERT(start + plen <= *offp + *lenp); in swap_newphysname()
1786 ASSERT(*offp <= start && start + plen <= *offp + *lenp); in swap_newphysname()
1788 *offp = start; in swap_newphysname()