Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dhost_info.h307 typedef struct host_debug_info_internal host_debug_info_internal_data_t; typedef
309 (sizeof (host_debug_info_internal_data_t) / sizeof(integer_t)))
/xnu-8020.101.4/tests/
H A Dtask_info.c217 host_debug_info_internal_data_t debug_info;
/xnu-8020.101.4/osfmk/kern/
H A Dhost.c343 bzero(debug_info, sizeof(host_debug_info_internal_data_t)); in host_info()