Searched refs:manus (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Didentcpu.c39 const char *manus; local
44 manus = "HAL/Fujitsu";
50 manus = "Sun Microsystems";
53 manus = NULL;
115 if (manus == NULL || impls == NULL) {
124 snprintf(cpu_model, sizeof(cpu_model), "%s %s", manus, impls);
125 printf("cpu%d: %s %s Processor (%d.%02d MHz CPU)\n", id, manus, impls,

Completed in 48 milliseconds