Searched refs:mspi_domain_type (Results 1 – 5 of 5) sorted by relevance
61 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN;152 …T_ASSERT_EQ(sp_info.mspi_domain_type, SERVICE_DOMAIN, "Service domain = %u", sp_info.mspi_domain_t… in do_mach_notify_port_destroyed()199 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN_2;249 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN_2;
36 .mspi_domain_type = XPC_DOMAIN_PORT,
2176 sp_info.mspi_domain_type = (uint8_t)1;
111 sp_label->ispl_domain = sp_info->mspi_domain_type; in ipc_service_port_label_alloc()114 if (sp_info->mspi_domain_type == XPC_DOMAIN_PORT) { in ipc_service_port_label_alloc()323 info->mspi_domain_type = (uint8_t)port_splabel->ispl_domain; in ipc_service_port_label_get_info()
455 uint8_t mspi_domain_type; /* Service port domain */ member