Lines Matching refs:mach_task_self_
243 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
248 (void) mach_port_mod_refs(mach_task_self_, port, in mach_msg_destroy_port()
254 (void) mach_port_insert_right(mach_task_self_, port, in mach_msg_destroy_port()
256 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
261 (void) mach_port_extract_right(mach_task_self_, port, in mach_msg_destroy_port()
264 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
274 (void) vm_deallocate(mach_task_self_, addr, size); in mach_msg_destroy_memory()
392 mach_port_unguard(mach_task_self_, dsc->name, (uint64_t)dsc->context); in mach_msg_destroy()
445 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_server_consume_unsent_message()
478 mach_port_t self = mach_task_self_; in mach_msg_server_once()
610 mach_port_t self = mach_task_self_; in mach_msg_server()