Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dmach_service_port.c40 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN;
112 …T_ASSERT_EQ(sp_info.mspi_domain_type, SERVICE_DOMAIN, "Service domain = %u", sp_info.mspi_domain_t… in do_mach_notify_port_destroyed()
159 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN_2;
209 sp_info.mspi_domain_type = (uint8_t)SERVICE_DOMAIN_2;
H A Dbootstrap_msgfilter.c35 .mspi_domain_type = XPC_DOMAIN_PORT,
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_service_port.c107 sp_label->ispl_domain = sp_info->mspi_domain_type; in ipc_service_port_label_alloc()
110 if (sp_info->mspi_domain_type == XPC_DOMAIN_PORT) { in ipc_service_port_label_alloc()
306 info->mspi_domain_type = (uint8_t)port_splabel->ispl_domain; in ipc_service_port_label_get_info()
/xnu-8020.121.3/osfmk/mach/
H A Dport.h411 uint8_t mspi_domain_type; /* Service port domain */ member