Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/mach/
H A Dport.h456 } mach_service_port_info_data_t; typedef
459 (sizeof(mach_service_port_info_data_t)/sizeof(char)))
H A Dmach_types.defs523 type mach_service_port_info_data_t = struct[256] of char;
H A Dmach_port.defs714 out sp_info_out : mach_service_port_info_data_t
/xnu-11215.61.5/libsyscall/mach/
H A Dmach_port.c820 mach_service_port_info_data_t *sp_info_out) in mach_port_get_service_port_info()