Searched refs:model_marker (Results 1 – 1 of 1) sorted by relevance
334 static const char model_marker[] = "cpu\t\t: "; in read_models() local337 static const char model_marker[] = "model name\t: "; in read_models()350 (void) &model_marker; in read_models()375 if (strncmp(buf, model_marker, sizeof(model_marker) - 1) == 0) { in read_models()376 model = buf + sizeof(model_marker) - 1; in read_models()390 static const char model_marker[] = "Processor\t: "; in read_models() local477 static const char model_marker[] = "cpu model\t\t: "; in read_models()479 if (strncmp(buf, model_marker, sizeof(model_marker) - 1) == 0) { in read_models()480 model = buf + sizeof(model_marker) - 1; in read_models()