Lines Matching defs:models
1815 * of different CPU models. Most systems will just have one.
1817 char models[8][64];
1821 memset(models, 0, sizeof(models));
1822 snprintf(*models, sizeof(*models), "unknown");
1892 for (model = models; !found && model < ARRAY_END(models); model++)
1902 (*cpus)[cpu].model = model - models;
1934 size = n * sizeof(**ci) + sizeof(models);
1944 p = memcpy(*ci + n, models, sizeof(models));