Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.defs734 out sp_info_out : mach_service_port_info_data_t
H A Dmach_types.defs522 type mach_service_port_info_data_t = struct[256] of char;
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_port.c815 mach_service_port_info_data_t *sp_info_out) in mach_port_get_service_port_info()