Searched refs:port_desc (Results 1 – 2 of 2) sorted by relevance
495 const port_type_desc *port_desc, in test_disallowed_register_mach_notification() argument504 port = port_desc->port_ctor(); in test_disallowed_register_mach_notification()514 …}, "%s failed with mach notification %s", port_desc->port_type_name, get_notification_name(notify_… in test_disallowed_register_mach_notification()534 test_receive_immovability(const port_type_desc *port_desc) in test_receive_immovability() argument546 port = port_desc->port_ctor(); in test_receive_immovability()550 }, "%s failed immovable-receive", port_desc->port_type_name); in test_receive_immovability()552 test_disallowed_register_mach_notification(port_desc, in test_receive_immovability()564 test_receive_immovability_move_once(const port_type_desc *port_desc) in test_receive_immovability_move_once() argument574 port = port_desc->port_ctor(); in test_receive_immovability_move_once()596 }, "%s is allowed to be move ONCE", port_desc->port_type_name); in test_receive_immovability_move_once()[all …]
1242 mach_msg_port_descriptor_t *port_desc = (mach_msg_port_descriptor_t *)descs; in handler()1259 port_desc[0].name = providerPort; in handler()1260 port_desc[0].disposition = MACH_MSG_TYPE_MOVE_SEND; in handler()1261 port_desc[0].type = MACH_MSG_PORT_DESCRIPTOR; in handler()