Lines Matching refs:mach_task_self
76 mach_port_destroy(mach_task_self(), sport); in mach_init()
131 mach_port_deallocate(mach_task_self(), nport); in mach_ipc()
133 mach_port_deallocate(mach_task_self(), ipc->server); in mach_ipc()
148 vm_deallocate (mach_task_self (), (vm_address_t) replyout, in mach_ipc()
156 vm_deallocate (mach_task_self (), (vm_address_t) replyout, in mach_ipc()
162 vm_deallocate (mach_task_self (), (vm_address_t) replyout, in mach_ipc()
209 vm_deallocate (mach_task_self (), (vm_address_t) replyout, replyoutCnt); in mheim_ado_acall_reply()
239 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &c->mp); in mach_async()
254 mach_port_mod_refs(mach_task_self(), c->mp, in mach_async()
285 mach_port_deallocate(mach_task_self(), ipc->server); in mach_async()
307 mach_port_deallocate(mach_task_self(), ipc->server); in mach_release()