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

  /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...]
  /src/sys/arch/sparc64/sparc64/
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...]

Completed in 52 milliseconds