Searched refs:ci_vendor (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.sbin/cpuctl/arch/
H A Dcpuctl_i386.h11 uint32_t ci_vendor[4]; /* vendor string */ member in struct:cpu_info
H A Di386.c1535 ci->ci_vendor[0] = descs[1];
1536 ci->ci_vendor[2] = descs[2];
1537 ci->ci_vendor[1] = descs[3];
1538 ci->ci_vendor[3] = 0;
1691 if (!strncmp((char *)ci->ci_vendor,
2005 if (!strncmp((char *)ci->ci_vendor,
2014 if (ci->ci_vendor[0] != '\0')
2015 vendorname = (char *)&ci->ci_vendor[0];
2580 if (!strcmp((char *)ci.ci_vendor, "AuthenticAMD"))
2582 else if (!strcmp((char *)ci.ci_vendor, "GenuineInte
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Didentcpu.c678 if (memcmp("Geode by NSC", ci->ci_vendor, 12) != 0 ||
842 ci->ci_vendor[0] = descs[1];
843 ci->ci_vendor[2] = descs[2];
844 ci->ci_vendor[1] = descs[3];
845 ci->ci_vendor[3] = 0;
848 if (memcmp(ci->ci_vendor, "GenuineIntel", 12) == 0)
850 else if (memcmp(ci->ci_vendor, "AuthenticAMD", 12) == 0)
852 else if (memcmp(ci->ci_vendor, "CyrixInstead", 12) == 0)
854 else if (memcmp(ci->ci_vendor, "Geode by NSC", 12) == 0)
856 else if (memcmp(ci->ci_vendor, "CentaurHaul
[all...]
H A Dprocfs_machdep.c397 (char *)ci->ci_vendor,
H A Dcpu.c724 if (strcmp((char *)(ci->ci_vendor), "AuthenticAMD") == 0) {
/netbsd-current/sys/arch/x86/include/
H A Dcpu.h161 uint32_t ci_vendor[4]; /* vendor string */ member in struct:cpu_info

Completed in 208 milliseconds