Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:mach_port_allocate

4500 PRE(mach_port_allocate)
4512 PRINT("mach_port_allocate(mach_task_self(), %d, ...)", req->right);
4514 MACH_ARG(mach_port_allocate.right) = req->right;
4516 AFTER = POST_FN(mach_port_allocate);
4519 POST(mach_port_allocate)
4536 record_unnamed_port(tid, reply->name, MACH_ARG(mach_port_allocate.right));
6910 CALL_PRE(mach_port_allocate);