Lines Matching refs:out_addr
3762 mach_vm_address_t out_addr = dst_alloc.addr; in help_call_remap_fn__src_size_etc() local
3763 if (out_addr == 0) { in help_call_remap_fn__src_size_etc()
3768 kr = fn(map, &out_addr, size, 0, flags, in help_call_remap_fn__src_size_etc()
3772 mach_vm_address_t out_addr = 0; in help_call_remap_fn__src_size_etc() local
3773 kr = fn(map, &out_addr, size, 0, flags, in help_call_remap_fn__src_size_etc()
3776 (void)mach_vm_deallocate(map, out_addr, size); in help_call_remap_fn__src_size_etc()
3793 mach_vm_address_t out_addr = dst; in help_call_remap_fn__dst_size() local
3796 kern_return_t kr = fn(map, &out_addr, size, 0, flags, in help_call_remap_fn__dst_size()
3798 deallocate_if_not_fixed_overwrite(kr, map, out_addr, size, flags); in help_call_remap_fn__dst_size()
3824 mach_vm_address_t out_addr = dst; in help_call_remap_fn__src_dst_size() local
3827 kern_return_t kr = fn(map, &out_addr, size, 0, flags, in help_call_remap_fn__src_dst_size()
3829 deallocate_if_not_fixed_overwrite(kr, map, out_addr, size, flags); in help_call_remap_fn__src_dst_size()