Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dmach_service_port.c45 .service_port_info = &sp_info,
163 .service_port_info = &sp_info,
171 .service_port_info = NULL,
213 .service_port_info = &sp_info,
H A Dbootstrap_msgfilter.c45 .service_port_info = &mspi,
/xnu-8792.41.9/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-8792.41.9/osfmk/mach/
H A Dport.h456 mach_service_port_info_t service_port_info; /* Service port (MPO_SERVICE_PORT) */ member
/xnu-8792.41.9/osfmk/ipc/
H A Dmach_port.c2547 user_addr_t service_port_info = 0; in mach_port_construct() local
2625 service_port_info = CAST_USER_ADDR_T(options->service_port_info64); in mach_port_construct()
2627 service_port_info = CAST_USER_ADDR_T(options->service_port_info32); in mach_port_construct()
2630 if (!service_port_info) { in mach_port_construct()
2634 if (copyin(service_port_info, (void *)&sp_info, sizeof(sp_info))) { in mach_port_construct()