HomeSort by: relevance | last modified time | path
    Searched refs:machine_model (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/sparc64/include/
autoconf.h 81 extern char machine_model[100];
  /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));
298 DPRINTF(ACDB_PROBE, ("\nAdding sensors for %s ", machine_model));
325 DPRINTF(ACDB_PROBE, ("\nAdding sensors for %s ", machine_model));
355 if ((!strcmp(machine_model, "SUNW,Sun-Fire-V240") ||
356 !strcmp(machine_model, "SUNW,Sun-Fire-V210"))) {
367 if (!strcmp(machine_model, "SUNW,Sun-Fire-V440"))
    [all...]
autoconf.c 148 char machine_model[100]; variable in typeref:typename:char[100]
697 OF_getprop(findroot(), "name", machine_model, sizeof machine_model);
700 aprint_normal(": %s (%s): hostid %lx\n", machine_model,
703 aprint_normal(": %s: hostid %lx\n", machine_model, hostid);
1134 if (!strcmp(machine_model, "SUNW,Sun-Fire-V240") ||
1135 !strcmp(machine_model, "SUNW,Sun-Fire-V210")) {
1140 if (!strcmp(machine_model, "SUNW,Ultra-250")) {
1370 if (!strcmp(machine_model, "TAD,SPARCLE"))
1374 (!strcmp(machine_model, "SUNW,Sun-Fire-V240") |
    [all...]
cpu.c 549 cpu_setmodel("%s (%s)", machine_model, buf);
  /src/sys/arch/sparc/include/
autoconf.h 181 extern char machine_model[100];
  /src/sys/arch/sparc/sparc/
autoconf.c 145 char machine_model[100]; variable in typeref:typename:char[100]
169 * Set machine_model[] to something useful. If late is set, then
180 KASSERT(machine_model[0] != '\0');
182 snprintf(machine_model, sizeof machine_model, "%s",
189 snprintf(machine_model, sizeof machine_model, "SUN-4/%d series",
192 snprintf(machine_model, sizeof machine_model, "SUN-4 series");
217 /* 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) {

Completed in 39 milliseconds