Lines Matching refs:mach_task_self_
339 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
344 (void) mach_port_mod_refs(mach_task_self_, port, in mach_msg_destroy_port()
350 (void) mach_port_insert_right(mach_task_self_, port, in mach_msg_destroy_port()
352 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
357 (void) mach_port_extract_right(mach_task_self_, port, in mach_msg_destroy_port()
360 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
370 (void) vm_deallocate(mach_task_self_, addr, size); in mach_msg_destroy_memory()
488 mach_port_unguard(mach_task_self_, dsc->name, (uint64_t)dsc->context); in mach_msg_destroy()
541 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_server_consume_unsent_message()
574 mach_port_t self = mach_task_self_; in mach_msg_server_once()
706 mach_port_t self = mach_task_self_; in mach_msg_server()