Home
last modified time | relevance | path

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

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