Searched refs:smc_model (Results 1 – 1 of 1) sorted by relevance
110 const char *smc_model; /* smbios.system.product env var. */ member523 for (i = 0; asmc_models[i].smc_model; i++) { in asmc_match()524 if (!strncmp(model, asmc_models[i].smc_model, strlen(model))) { in asmc_match()1430 if (strcmp(sc->sc_model->smc_model, "MacBookPro5,5") == 0 || in asmc_sms_printintr()1431 strcmp(sc->sc_model->smc_model, "MacBookPro6,2") == 0) in asmc_sms_printintr()