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 143 char machine_model[100]; variable in typeref:typename:char[100]
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...]
  /src/sys/arch/sparc64/sparc64/
autoconf.c 149 char machine_model[100]; variable in typeref:typename:char[100]
698 OF_getprop(findroot(), "name", machine_model, sizeof machine_model);
701 aprint_normal(": %s (%s): hostid %lx\n", machine_model,
704 aprint_normal(": %s: hostid %lx\n", machine_model, hostid);
1168 if (!strcmp(machine_model, "SUNW,Sun-Fire-V240") ||
1169 !strcmp(machine_model, "SUNW,Sun-Fire-V210")) {
1174 if (!strcmp(machine_model, "SUNW,Ultra-250")) {
1376 if (!strcmp(machine_model, "TAD,SPARCLE"))
1380 (!strcmp(machine_model, "SUNW,Sun-Fire-V240") |
    [all...]

Completed in 59 milliseconds