Home
last modified time | relevance | path

Searched refs:out_handle (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c57 ipc_port_t out_handle; in make_a_mem_object() local
60 return out_handle; in make_a_mem_object()
1030 mach_port_t out_handle) in check_mach_memory_entry_outparam_changes() argument
1039 if (out_handle != 0) { in check_mach_memory_entry_outparam_changes()
1056 if (out_handle) mach_memory_entry_port_release(out_handle); \
1073 if (out_handle) mach_memory_entry_port_release(out_handle); \
1090 if (out_handle) mach_memory_entry_port_release(out_handle); \
1107 if (out_handle) mach_memory_entry_port_release(out_handle); \
1124 if (out_handle) mach_memory_entry_port_release(out_handle); \
1139 prot, &out_handle, memobject); \
[all …]
/xnu-11215/tests/vm/
H A Dvm_parameter_validation.c218 mach_port_t out_handle; in make_a_mem_object() local
221 return out_handle; in make_a_mem_object()
238 if (out_handle != (mach_port_t) saved_handle) { in check_mach_memory_entry_outparam_changes()
256 mach_port_t out_handle = invalid_value; \
260 (void)mach_port_deallocate(mach_task_self(), out_handle); \
277 mach_port_t out_handle = invalid_value; \
281 (void)mach_port_deallocate(mach_task_self(), out_handle); \
294 mach_port_t out_handle = invalid_value; \
298 (void)mach_port_deallocate(mach_task_self(), out_handle); \
347 prot, &out_handle, memobject); \
[all …]