Searched defs:smbios_match_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c440 smbios_match_str(const char* s1, const char* s2) function
451 return (smbios_match_str(bios_vendor, smbios.bios_vendor) &&
452 smbios_match_str(maker, smbios.maker) &&
453 smbios_match_str(product, smbios.product));

Completed in 44 milliseconds