Home
last modified time | relevance | path

Searched refs:host_debug_info_internal_data_t (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/osfmk/mach/ !
H A Dhost_info.h329 typedef struct host_debug_info_internal host_debug_info_internal_data_t; typedef
331 (sizeof (host_debug_info_internal_data_t) / sizeof(integer_t)))
/xnu-11417.101.15/tests/ !
H A Dtask_info.c217 host_debug_info_internal_data_t debug_info;
/xnu-11417.101.15/osfmk/kern/ !
H A Dhost.c344 bzero(debug_info, sizeof(host_debug_info_internal_data_t)); in host_info()