Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_slot.c168 if (slot->smbl_type != SMB_SLT_PCIE3G16) { in smbios_test_slot_common()
169 warnx("incorrect slot type, found %u", slot->smbl_type); in smbios_test_slot_common()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c277 const char *t = smbios_slot_type_desc(s.smbl_type); in do_slots()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c763 desc_printf(smbios_slot_type_desc(s.smbl_type), in print_slot()
764 fp, " Type: 0x%x", s.smbl_type); in print_slot()
820 if (s.smbl_type >= SMB_SLT_PCIE && in print_slot()
821 s.smbl_type <= SMB_SLT_PCIEG6P) { in print_slot()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h992 uint8_t smbl_type; /* slot type */ member
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c832 sp->smbl_type = s.smbsl_type; in smbios_info_slot()