Searched refs:port_desc (Results 1 – 2 of 2) sorted by relevance
466 const port_type_desc *port_desc, in test_disallowed_register_mach_notification() argument475 port = port_desc->port_ctor(); in test_disallowed_register_mach_notification()485 …}, "%s failed with mach notification %s", port_desc->port_type_name, get_notification_name(notify_… in test_disallowed_register_mach_notification()505 test_receive_immovability(const port_type_desc *port_desc) in test_receive_immovability() argument517 port = port_desc->port_ctor(); in test_receive_immovability()521 }, "%s failed immovable-receive", port_desc->port_type_name); in test_receive_immovability()523 test_disallowed_register_mach_notification(port_desc, in test_receive_immovability()535 test_receive_immovability_move_once(const port_type_desc *port_desc) in test_receive_immovability_move_once() argument545 port = port_desc->port_ctor(); in test_receive_immovability_move_once()567 }, "%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()