Home
last modified time | relevance | path

Searched refs:service_port_info (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.140.69/tests/
H A Dmach_service_port.c66 .service_port_info = &sp_info,
203 .service_port_info = &sp_info,
211 .service_port_info = NULL,
253 .service_port_info = &sp_info,
H A Dbootstrap_msgfilter.c46 .service_port_info = &mspi,
H A Dstackshot_tests.m2262 .service_port_info = &sp_info,
/xnu-11417.140.69/osfmk/kern/
H A Dmach_filter.h42 …(*mach_msg_filter_alloc_service_port_sblabel_cbfunc_t) (mach_service_port_info_t service_port_info,
/xnu-11417.140.69/osfmk/ipc/
H A Dmach_port.c2420 user_addr_t service_port_info = 0; in mach_port_construct() local
2524 service_port_info = CAST_USER_ADDR_T(options->service_port_info64); in mach_port_construct()
2526 service_port_info = CAST_USER_ADDR_T(options->service_port_info32); in mach_port_construct()
2529 if (!service_port_info) { in mach_port_construct()
2533 if (copyin(service_port_info, (void *)&sp_info, sizeof(sp_info))) { in mach_port_construct()
/xnu-11417.140.69/osfmk/mach/
H A Dport.h501 mach_service_port_info_t service_port_info; /* Service port (MPO_SERVICE_PORT) */ member