Home
last modified time | relevance | path

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

/xnu-10063.121.3/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-10063.121.3/tests/
H A Dtask_info.c217 host_debug_info_internal_data_t debug_info;
/xnu-10063.121.3/osfmk/kern/
H A Dhost.c345 bzero(debug_info, sizeof(host_debug_info_internal_data_t)); in host_info()