Lines Matching defs:addrp
168 * addrp is a value/result parameter.
170 * machine dependent fashion. For MAP_ALIGN, addrp contains the
182 map_addr_proc(caddr_t *addrp, size_t len, offset_t off, int vacalign,
224 ((uintptr_t)*addrp) != 0)) {
248 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp != 0) &&
249 ((uintptr_t)*addrp < align_amount))
250 align_amount = (uintptr_t)*addrp;
263 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp > align_amount)) {
264 align_amount = (uintptr_t)*addrp;
326 *addrp = addr;
330 *addrp = NULL;
334 *addrp = NULL; /* no more virtual space */