Lines Matching refs:out_dst
2244 …l trial_dst_is_absolute, bool trial_size_is_absolute, mach_vm_address_t *out_dst, mach_vm_size_t *… in allocate_for_mmap_fixed() argument
2251 *out_dst = trial_dst; in allocate_for_mmap_fixed()
2253 kern_return_t kr = mach_vm_allocate(map, out_dst, *out_size, VM_FLAGS_FIXED); in allocate_for_mmap_fixed()
2257 *out_dst = 0; in allocate_for_mmap_fixed()
2261 *out_dst = 0; in allocate_for_mmap_fixed()
2268 *out_dst = 0; in allocate_for_mmap_fixed()
2270 kern_return_t kr = mach_vm_allocate(map, out_dst, *out_size, VM_FLAGS_ANYWHERE); in allocate_for_mmap_fixed()
2273 *out_dst = 0; in allocate_for_mmap_fixed()
2281 allocate_for_mmap_fixed(MAP_T map, start_size_trial_t trial, mach_vm_address_t *out_dst, mach_vm_si… in allocate_for_mmap_fixed() argument
2284 out_dst, out_size, out_panic, out_slide); in allocate_for_mmap_fixed()
2287 allocate_for_mmap_fixed(MAP_T map, src_dst_size_trial_t trial, mach_vm_address_t *out_dst, mach_vm_… in allocate_for_mmap_fixed() argument
2290 out_dst, out_size, out_panic, out_slide); in allocate_for_mmap_fixed()