Searched refs:hinfo (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_cpu.c52 host_basic_info_data_t hinfo; local
56 kr = host_info(host_self(), HOST_BASIC_INFO, (integer_t *)&hinfo, &count);
58 return hinfo.max_cpus;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c181 host_basic_info_data_t hinfo; local
195 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
206 return(SYSCTL_RETURN(req, hinfo.max_cpus));
212 return(SYSCTL_RETURN(req, hinfo.avail_cpus));
218 return(SYSCTL_RETURN(req, hinfo.physical_cpu));
224 return(SYSCTL_RETURN(req, hinfo.physical_cpu_max));
230 return(SYSCTL_RETURN(req, hinfo.logical_cpu));
236 return(SYSCTL_RETURN(req, hinfo.logical_cpu_max));
569 host_basic_info_data_t hinfo; local
571 kern_return_t kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo,
[all...]
H A Dkdebug.c396 host_basic_info_data_t hinfo; local
404 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
405 kd_cpus = hinfo.logical_cpu_max;

Completed in 30 milliseconds