Searched refs:cpu_names (Results 1 – 1 of 1) sorted by relevance
62 static const char *const cpu_names[] = { variable95 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()