Searched refs:out_dst (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 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 [all …]
|