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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c534 const char **oem_strings = NULL; local
566 oem_strings = kmem_zalloc(sizeof (char *) * cnt,
568 (void) smbios_info_strtab(shp, id, cnt, oem_strings);
571 if (strncmp(oem_strings[j], SMB_PRMS1,
577 kmem_free(oem_strings, sizeof (char *) * cnt);

Completed in 61 milliseconds