| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 167 vm_offset_t out_addr; in call_mach_vm_read() local 1186 mach_vm_address_t out_addr = start; in call_map_fn__allocate_fixed() local 1196 mach_vm_address_t out_addr = start; in call_map_fn__allocate_fixed_copy() local 1206 mach_vm_address_t out_addr = start_hint; in call_map_fn__allocate_anywhere() local 1218 mach_vm_address_t out_addr = start; in call_map_fn__memobject_fixed() local 1230 mach_vm_address_t out_addr = start; in call_map_fn__memobject_fixed_copy() local 1256 mach_vm_address_t out_addr = start; in helper_call_map_fn__memobject__ssoo() local 1285 mach_vm_address_t out_addr = start; in help_call_map_fn__allocate__inherit() local 1314 mach_vm_address_t out_addr = start; in help_call_map_fn__memobject__inherit() local 1383 mach_vm_address_t out_addr = 0; in help_call_map_fn__allocate__prot_pairs() local [all …]
|
| H A D | vm_parameter_validation.h | 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 [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | kern_stackshot.c | 1565 mach_vm_address_t out_addr; in stackshot_push_duration_and_latency() local 3345 mach_vm_address_t out_addr = 0; in kcdata_record_uuid_info() local 3429 dyld_compactinfo_size, &out_addr)); in kcdata_record_uuid_info() 3479 uuid_info_size, 1, &out_addr)); in kcdata_record_uuid_info() 3590 mach_vm_address_t out_addr = 0; in kcdata_record_task_iostats() local 3745 mach_vm_address_t out_addr = 0; in kcdata_record_transitioning_task_snapshot() local 3804 mach_vm_address_t out_addr = 0; in kcdata_record_task_snapshot() local 4017 mach_vm_address_t out_addr = 0; in kcdata_record_thread_iostats() local 4130 mach_vm_address_t out_addr = 0; in kcdata_record_thread_snapshot() local 4591 mach_vm_address_t out_addr = 0; in kdp_stackshot_record_task() local [all …]
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 701 mach_vm_address_t out_addr = start; in call_map_fn__allocate_fixed() local 711 mach_vm_address_t out_addr = start; in call_map_fn__allocate_fixed_copy() local 721 mach_vm_address_t out_addr = start_hint; in call_map_fn__allocate_anywhere() local 733 mach_vm_address_t out_addr = start; in call_map_fn__memobject_fixed() local 745 mach_vm_address_t out_addr = start; in call_map_fn__memobject_fixed_copy() local 757 mach_vm_address_t out_addr = start_hint; in call_map_fn__memobject_anywhere() local 771 mach_vm_address_t out_addr = start; in helper_call_map_fn__memobject__ssoo() local 800 mach_vm_address_t out_addr = start; in help_call_map_fn__allocate__inherit() local 829 mach_vm_address_t out_addr = start; in help_call_map_fn__memobject__inherit() local 898 mach_vm_address_t out_addr = 0; in help_call_map_fn__allocate__prot_pairs() local [all …]
|
| /xnu-11215/bsd/net/ |
| H A D | kpi_interface.c | 2778 if (ifa == NULL || out_addr == NULL) { in ifaddr_address() 2790 SOCKADDR_COPY(ifa->ifa_addr, out_addr, copylen); in ifaddr_address() 2806 if (ifa == NULL || out_addr == NULL) { in ifaddr_dstaddress() 2818 SOCKADDR_COPY(ifa->ifa_dstaddr, out_addr, copylen); in ifaddr_dstaddress() 2834 if (ifa == NULL || out_addr == NULL) { in ifaddr_netmask() 2846 SOCKADDR_COPY(ifa->ifa_netmask, out_addr, copylen); in ifaddr_netmask() 2969 ifmaddr_address(ifmultiaddr_t ifma, struct sockaddr *out_addr, in ifmaddr_address() argument 2974 if (ifma == NULL || out_addr == NULL) { in ifmaddr_address() 2986 SOCKADDR_COPY(ifma->ifma_addr, out_addr, copylen); in ifmaddr_address() 3002 if (ifma == NULL || out_addr == NULL) { in ifmaddr_lladdress() [all …]
|
| H A D | kpi_interface.h | 3126 extern errno_t ifaddr_address(ifaddr_t ifaddr, struct sockaddr *out_addr,
|
| /xnu-11215/osfmk/mach/ |
| H A D | exclaves.h | 1147 uint32_t exclaves_stack_offset(const uintptr_t *out_addr, size_t nframes,
|
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 127 mach_vm_offset_t *out_addr);
|