Searched refs:sHardwareProduct (Results 1 – 1 of 1) sorted by relevance
29 static char* sHardwareProduct = NULL; variable106 if (match && product != NULL && sHardwareProduct != NULL) in smbios_match_vendor_product()107 match = strcmp(product, sHardwareProduct) == 0; in smbios_match_vendor_product()200 sHardwareProduct = strdup(product); in smbios_scan()213 sHardwareProduct); in smbios_scan()228 free(sHardwareProduct); in std_ops()