Searched refs:brand_name (Results 1 – 1 of 1) sorted by relevance
1137 static const char *brand_name[] = { in go32_sysinfo() local1172 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0]) in go32_sysinfo()1173 && *brand_name[brand_idx]) in go32_sysinfo()1174 strcpy (cpu_brand, brand_name[brand_idx]); in go32_sysinfo()