Searched refs:smbst_hdr (Results 1 – 6 of 6) sorted by relevance
206 const uint8_t *sp = (const uint8_t *)(uintptr_t)stp->smbst_hdr; in smb_info_strptr()256 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()330 cnt = *((uint8_t *)(uintptr_t)stp->smbst_hdr + isp->is_contc); in smbios_info_contains()331 cp = (id_t *)((uintptr_t)stp->smbst_hdr + isp->is_contv); in smbios_info_contains()355 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t)) in smbios_info_bios()358 bip = (smb_bios_t *)(uintptr_t)stp->smbst_hdr; in smbios_info_bios()376 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) { in smbios_info_bios()378 bp->smbb_nxcflags = stp->smbst_hdr->smbh_len - in smbios_info_bios()438 return (stp->smbst_hdr->smbh_hdl); in smbios_info_bios()[all …]
50 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()314 stp->smbst_hdr = hp; in smbios_bufopen()421 const smb_header_t *hdr = stp->smbst_hdr; 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()504 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()
86 hdr = stp->smbst_hdr; in smb_export()347 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in chip_smbios_iterate()
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()
452 const smb_header_t *smbst_hdr; /* address of raw structure data */ member