| /src/sys/arch/sparc64/sparc64/ |
| ofw_patch.c | 220 if ((strcmp(machine_model, "SUNW,Sun-Fire-V210") == 0) || 221 (strcmp(machine_model, "SUNW,Sun-Fire-V240") == 0)) { 229 if (strcmp(machine_model, "SUNW,Sun-Fire-V240") == 0) 239 if (!strcmp(machine_model, "SUNW,Ultra-250")) { 283 DPRINTF(ACDB_PROBE, ("\nAdding sensors for %s ", machine_model)); 299 DPRINTF(ACDB_PROBE, ("\nAdding sensors for %s ", machine_model)); 326 DPRINTF(ACDB_PROBE, ("\nAdding sensors for %s ", machine_model)); 355 if (!strcmp(machine_model, "TAD,SPARCLE")) 359 if (!strcmp(machine_model, "SUNW,Sun-Fire-V240") || 360 !strcmp(machine_model, "SUNW,Sun-Fire-V210") [all...] |
| autoconf.c | 149 char machine_model[100]; variable 698 OF_getprop(findroot(), "name", machine_model, sizeof machine_model); local 701 aprint_normal(": %s (%s): hostid %lx\n", machine_model, 704 aprint_normal(": %s: hostid %lx\n", machine_model, hostid);
|
| cpu.c | 549 cpu_setmodel("%s (%s)", machine_model, buf);
|
| /src/sys/arch/sparc64/include/ |
| autoconf.h | 81 extern char machine_model[100];
|
| /src/sys/arch/sparc/include/ |
| autoconf.h | 181 extern char machine_model[100];
|
| /src/sys/arch/sparc/sparc/ |
| autoconf.c | 143 char machine_model[100]; variable 167 * Set machine_model[] to something useful. If late is set, then 178 KASSERT(machine_model[0] != '\0'); 180 snprintf(machine_model, sizeof machine_model, "%s", 187 snprintf(machine_model, sizeof machine_model, "SUN-4/%d series", 190 snprintf(machine_model, sizeof machine_model, "SUN-4 series"); 215 /* Initialise machine_model, early phase. * [all...] |
| cpu.c | 508 cpu_setmodel("%s (%s)", machine_model, buf);
|
| /src/sys/arch/sparc64/dev/ |
| pckbc_ebus.c | 117 if (strcmp(machine_model, "OpenBiosTeam,OpenBIOS") == 0) {
|
| tda.c | 96 if (strcmp(machine_model, "SUNW,Sun-Blade-1000") != 0)
|
| pcf8591_envctrl.c | 228 if (ia->ia_addr == 0x4a && !strcmp(machine_model, "SUNW,Ultra-250") &&
|
| psycho.c | 547 if (strcmp(machine_model, "SUNW,UltraAX-i2") != 0) {
|