Home
last modified time | relevance | path

Searched refs:mspi_domain_type (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/tests/
H A Dmach_service_port.c61 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;
H A Dbootstrap_msgfilter.c36 .mspi_domain_type = XPC_DOMAIN_PORT,
H A Dstackshot_tests.m2176 sp_info.mspi_domain_type = (uint8_t)1;
/xnu-11215.81.4/osfmk/ipc/
H A Dipc_service_port.c111 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()
/xnu-11215.81.4/osfmk/mach/
H A Dport.h455 uint8_t mspi_domain_type; /* Service port domain */ member