Lines Matching refs:model
168 char *model;
198 * model property values. They should not be put under 'board'.
202 model = (char *)get_prop_val(find_prop(pnode, "model"));
208 if (model != NULL)
209 printf("model=%s", model);
212 if (model == NULL)
213 model = "";
221 printf("ADDED BOARD name=%s type=%s model=%s\n",
222 name, type, model);
232 (strcmp(model, "SUNW,psycho") == 0)) ||
235 (strcmp(model, "SUNW,sabre") == 0)) ||
238 (strcmp(model, "SUNW,schizo") == 0)) ||
241 (strcmp(model, "SUNW,xmits") == 0)) ||
248 printf("ADDED BOARD name=%s type=%s model=%s\n",
249 name, type, model);