Searched refs:host_info_t (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_host.defs97 out host_info_out : host_info_t, CountInOut);
234 out host_info_out : host_info_t, CountInOut);
H A Dhost_info.h79 typedef integer_t *host_info_t; /* varying array of int. */ typedef
H A Dhost_priv.defs102 out host_info_out : host_info_t, CountInOut);
H A Dmach_types.defs299 * host_info_t: variable-sized inline array that can contain:
313 type host_info_t = array[*:18] of integer_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c146 host_info_t info,
270 host_info_t info,
570 return(host_statistics(host, flavor, (host_info_t) info, count));
583 host_info_t info,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c197 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
H A Dkdebug.c417 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
H A Dkern_sysctl.c739 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c130 (host_info_t)&info, &count);
H A DKQMPMMtest.c131 (host_info_t)&info, &count);

Completed in 61 milliseconds