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

  /src/sys/arch/cobalt/stand/boot/
boot.c 102 static const char * const cobalt_model[] = variable in typeref:typename:const char * const[]
110 #define COBALT_MODELS __arraycount(cobalt_model)
380 printf(">> Model:\t\t%s\n", cobalt_model[cobalt_id]);
boot.c 102 static const char * const cobalt_model[] = variable in typeref:typename:const char * const[]
110 #define COBALT_MODELS __arraycount(cobalt_model)
380 printf(">> Model:\t\t%s\n", cobalt_model[cobalt_id]);
  /src/sys/arch/cobalt/cobalt/
machdep.c 122 static const char * const cobalt_model[] = variable in typeref:typename:const char * const[]
129 #define COBALT_MODELS __arraycount(cobalt_model)
235 if (cobalt_id >= COBALT_MODELS || cobalt_model[cobalt_id] == NULL)
239 cpu_setmodel("%s", cobalt_model[cobalt_id]);
machdep.c 122 static const char * const cobalt_model[] = variable in typeref:typename:const char * const[]
129 #define COBALT_MODELS __arraycount(cobalt_model)
235 if (cobalt_id >= COBALT_MODELS || cobalt_model[cobalt_id] == NULL)
239 cpu_setmodel("%s", cobalt_model[cobalt_id]);

Completed in 140 milliseconds