Searched refs:smbl_type (Results 1 – 5 of 5) sorted by relevance
168 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()
277 const char *t = smbios_slot_type_desc(s.smbl_type); in do_slots()
769 desc_printf(smbios_slot_type_desc(s.smbl_type), in print_slot()770 fp, " Type: 0x%x", s.smbl_type); in print_slot()826 if (s.smbl_type >= SMB_SLT_PCIE && in print_slot()827 s.smbl_type <= SMB_SLT_PCIEG6P) { in print_slot()
1010 uint8_t smbl_type; /* slot type */ member
851 sp->smbl_type = s.smbsl_type; in smbios_info_slot()