Home
last modified time | relevance | path

Searched refs:cpu_names (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c62 static const char *const cpu_names[] = { variable
95 if (type < 1 || type > sizeof (cpu_names) / sizeof (char *)) in cmd_cpu_type2name()
98 return (cpu_names[type]); in cmd_cpu_type2name()
106 for (i = 1; i < sizeof (cpu_names) / sizeof (char *); i++) { in cpu_nname2type()
107 if (strlen(cpu_names[i]) == n && in cpu_nname2type()
108 strncmp(cpu_names[i], name, n) == 0) in cpu_nname2type()