Searched refs:smbstr_type (Results 1 – 9 of 9) sorted by relevance
79 if (sp->smbstr_type == SMB_TYPE_PROCESSOR && in do_procs()126 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE && in do_memdevs()153 if (sp->smbstr_type == SMB_TYPE_OBDEVS && in do_obdevs()170 if (sp->smbstr_type == SMB_TYPE_SLOT && in do_slots()
90 if (sp.smbstr_type == SMB_TYPE_CHASSIS && in x86pi_gen_bboard()217 if (sp.smbstr_type == SMB_TYPE_PROCESSOR) { in x86pi_bb_getchips()265 if (sp.smbstr_type == SMB_TYPE_CHASSIS) { in x86pi_bb_topparent()275 } else if (sp.smbstr_type == SMB_TYPE_BASEBOARD) { in x86pi_bb_topparent()382 if (sp.smbstr_type == SMB_TYPE_BASEBOARD) { in x86pi_bb_contains()
1094 if (opt_t != -1 && opt_t != sp->smbstr_type) in print_struct()1097 if (!opt_O && (sp->smbstr_type == SMB_TYPE_MEMCTL || in print_struct()1098 sp->smbstr_type == SMB_TYPE_MEMMOD)) in print_struct()1107 if ((s = smbios_type_name(sp->smbstr_type)) != NULL) in print_struct()1108 oprintf(fp, " %s (type %u)", s, sp->smbstr_type); in print_struct()1109 else if (sp->smbstr_type > SMB_TYPE_OEM_LO && in print_struct()1110 sp->smbstr_type < SMB_TYPE_OEM_HI) in print_struct()1112 sp->smbstr_type - SMB_TYPE_OEM_LO, sp->smbstr_type); in print_struct()1114 oprintf(fp, " %u", sp->smbstr_type); in print_struct()1116 if ((s = smbios_type_desc(sp->smbstr_type)) != NULL) in print_struct()[all …]
88 sp->smbstr_type = hdr->smbh_type; in smb_export()218 switch (sp->smbstr_type) { in chip_get_smbstruct()
147 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in dimm_label()
116 if (strp->smbstr_type != SMB_TYPE_SLOT || in di_smbios_find_slot()
424 sp->smbstr_type = hdr->smbh_type; in smb_export()
658 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in dimm_label()699 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in check_memdevice()
1448 uint_t smbstr_type; /* structure type */ member