Home
last modified time | relevance | path

Searched refs:oem_strings (Results 1 – 1 of 1) sorted by relevance

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