Lines Matching defs:maker
338 static const char *maker = "MSI";
344 m = kern_getenv("smbios.planar.maker");
347 if (strcmp(m, maker) == 0 && strcmp(p, product) == 0)
812 char *maker;
819 char *maker, *product;
826 maker = kern_getenv("smbios.planar.maker");
829 if (maker != NULL && product != NULL) {
833 if (strcmp(maker, mblp->maker) == 0 &&
841 if (maker != NULL)
842 freeenv(maker);