Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:mach_port_mod_refs

4614    MACH_ARG(mach_port_mod_refs.port) = req->name;
4615 MACH_ARG(mach_port_mod_refs.right) = req->right;
4641 PRE(mach_port_mod_refs)
4655 PRINT("mach_port_mod_refs(%s, %s, 0x%x, 0x%x)",
4659 MACH_ARG(mach_port_mod_refs.port) = req->name;
4660 MACH_ARG(mach_port_mod_refs.right) = req->right;
4661 MACH_ARG(mach_port_mod_refs.delta) = req->delta;
4663 AFTER = POST_FN(mach_port_mod_refs);
4670 POST(mach_port_mod_refs)
4685 record_port_mod_refs(MACH_ARG(mach_port_mod_refs.port),
4686 MACH_PORT_TYPE(MACH_ARG(mach_port_mod_refs.right)),
4687 MACH_ARG(mach_port_mod_refs.delta));
6922 CALL_PRE(mach_port_mod_refs);