Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/smbios/
H A Dsmb_info.c256 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_common()
323 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_contains()
471 if (stp->smbst_hdr->smbh_type != SMB_TYPE_BASEBOARD) in smbios_info_bboard()
496 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CHASSIS) in smbios_info_chassis()
534 if (stp->smbst_hdr->smbh_type != SMB_TYPE_PROCESSOR) in smbios_info_processor()
581 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CACHE) in smbios_info_cache()
628 if (stp->smbst_hdr->smbh_type != SMB_TYPE_PORT) in smbios_info_port()
653 if (stp->smbst_hdr->smbh_type != SMB_TYPE_SLOT) in smbios_info_slot()
683 if (stp->smbst_hdr->smbh_type != SMB_TYPE_OBDEVEXT) in smbios_info_obdevs_ext()
709 if (stp->smbst_hdr->smbh_type != SMB_TYPE_OBDEVS) in smbios_info_obdevs()
[all …]
H A Dsmb_open.c54 if (hp->smbh_type == SMB_TYPE_SYSTEM && in smb_strip()
60 if (hp->smbh_type == SMB_TYPE_BATTERY && in smb_strip()
288 i, hp->smbh_type, hp->smbh_len, hp->smbh_hdl, (void *)hp); in smbios_bufopen()
290 if (hp->smbh_type == SMB_TYPE_EOT) in smbios_bufopen()
424 sp->smbstr_type = hdr->smbh_type; in smb_export()
467 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in smbios_iter()
481 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()
/titanic_41/usr/src/uts/intel/os/
H A Dfmsmb.c190 if (sp->smbst_hdr->smbh_type == type) in smb_cnttypes()
212 if (sp->smbst_hdr->smbh_type == stype->type) { in smb_strcnt()
304 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD || in smb_bb_contains()
305 spt->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in smb_bb_contains()
310 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD) { in smb_bb_contains()
668 if (sp->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in find_matching_proc()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c88 sp->smbstr_type = hdr->smbh_type; in smb_export()
347 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in chip_smbios_iterate()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c155 if (sp->smbst_hdr->smbh_type == stype->type) { in x86pi_smb_strcnt()
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h65 uint8_t smbh_type; /* structure type (SMB_TYPE_* value) */ member