Searched refs:hbi (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c161 struct host_basic_info hbi; local
171 (host_info_t)(&hbi), &i) != KERN_SUCCESS) {
216 fap = cpusubtype_getbestarch(hbi.cpu_type, hbi.cpu_subtype,
222 if (fat_archs[i].cputype == hbi.cpu_type) {
/macosx-10.9.5/cctools-845/libmacho/
H A Darch.c183 struct host_basic_info hbi; local
190 ret = host_info(my_mach_host_self, HOST_BASIC_INFO, (host_info_t)&hbi,
201 if(hbi.cpu_type == CPU_TYPE_MC680x0 &&
202 hbi.cpu_subtype == CPU_SUBTYPE_MC680x0_ALL)
203 hbi.cpu_subtype = CPU_SUBTYPE_MC68030_ONLY;
205 return(NXGetArchInfoFromCpuType(hbi.cpu_type, hbi.cpu_subtype));

Completed in 166 milliseconds