Searched refs:smbst_hdr (Results 1 – 6 of 6) sorted by relevance
239 const uint8_t *sp = (const uint8_t *)(uintptr_t)stp->smbst_hdr; in smb_info_strptr()300 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_common()367 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_contains()374 cnt = *((uint8_t *)(uintptr_t)stp->smbst_hdr + isp->is_contc); in smbios_info_contains()375 cp = (id_t *)((uintptr_t)stp->smbst_hdr + isp->is_contv); in smbios_info_contains()397 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t)) in smbios_info_bios()400 bip = (smb_bios_t *)(uintptr_t)stp->smbst_hdr; in smbios_info_bios()418 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) { in smbios_info_bios()420 bp->smbb_nxcflags = stp->smbst_hdr->smbh_len - in smbios_info_bios()480 return (stp->smbst_hdr->smbh_hdl); in smbios_info_bios()[all …]
51 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()323 stp->smbst_hdr = hp; in smbios_bufopen()430 const smb_header_t *hdr = stp->smbst_hdr; in smb_export()476 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in smbios_iter()490 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()513 if (stp->smbst_hdr->smbh_hdl == id) in smb_lookup_id()
190 if (sp->smbst_hdr->smbh_type == type) in smb_cnttypes()212 if (sp->smbst_hdr->smbh_type == stype->type) { in smb_strcnt()213 stype->ids[cnt]->id = sp->smbst_hdr->smbh_hdl; 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()
155 if (sp->smbst_hdr->smbh_type == stype->type) { in x86pi_smb_strcnt()157 stype->ids[cnt].id = sp->smbst_hdr->smbh_hdl; in x86pi_smb_strcnt()
86 hdr = stp->smbst_hdr; in smb_export()388 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in chip_smbios_iterate()
788 const smb_header_t *smbst_hdr; /* address of raw structure data */ member