Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c423 smbios_bios_t smb_bios; in smbios_enum_motherboard() local
452 smbios_info_bios(shp, &smb_bios) == 0) { in smbios_enum_motherboard()
453 if (is_valid_string(smb_bios.smbb_vendor) == B_TRUE) in smbios_enum_motherboard()
455 smb_bios.smbb_vendor); in smbios_enum_motherboard()
456 if (is_valid_string(smb_bios.smbb_version) == B_TRUE) in smbios_enum_motherboard()
458 smb_bios.smbb_version); in smbios_enum_motherboard()
459 if (is_valid_string(smb_bios.smbb_reldate) == B_TRUE) in smbios_enum_motherboard()
461 smb_bios.smbb_reldate); in smbios_enum_motherboard()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h74 typedef struct smb_bios { struct