Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/
H A Dmach_service_port.c65 .service_port_info = &sp_info,
202 .service_port_info = &sp_info,
210 .service_port_info = NULL,
252 .service_port_info = &sp_info,
H A Dbootstrap_msgfilter.c45 .service_port_info = &mspi,
H A Dstackshot_tests.m2148 .service_port_info = &sp_info,
/xnu-10002.1.13/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-10002.1.13/osfmk/mach/
H A Dport.h459 mach_service_port_info_t service_port_info; /* Service port (MPO_SERVICE_PORT) */ member
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c2601 user_addr_t service_port_info = 0; in mach_port_construct() local
2690 service_port_info = CAST_USER_ADDR_T(options->service_port_info64); in mach_port_construct()
2692 service_port_info = CAST_USER_ADDR_T(options->service_port_info32); in mach_port_construct()
2695 if (!service_port_info) { in mach_port_construct()
2699 if (copyin(service_port_info, (void *)&sp_info, sizeof(sp_info))) { in mach_port_construct()