Home | History | Annotate | Download | only in sparc64

Lines Matching refs:machine_model

148 char	machine_model[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") ||
1375 !strcmp(machine_model, "SUNW,Sun-Fire-V210")))
1380 (!strcmp(machine_model, "SUNW,Ultra-4")))
1385 (!strcmp(machine_model, "SUNW,Ultra-250")))