Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:mach_port_allocate

4474 PRE(mach_port_allocate)
4486 PRINT("mach_port_allocate(mach_task_self(), %d, ...)", req->right);
4488 MACH_ARG(mach_port_allocate.right) = req->right;
4490 AFTER = POST_FN(mach_port_allocate);
4493 POST(mach_port_allocate)
4510 record_unnamed_port(tid, reply->name, MACH_ARG(mach_port_allocate.right));
6876 CALL_PRE(mach_port_allocate);