Searched refs:sh_structs (Results 1 – 6 of 6) sorted by relevance
51 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()266 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()272 if (shp->sh_structs == NULL || shp->sh_hash == NULL) in smbios_bufopen()288 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()362 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close()363 sizeof (uint16_t) * shp->sh_structs[i].smbst_strtablen); in smbios_close()366 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()471 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()490 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()491 return (&shp->sh_structs[i]); in smb_lookup_type()
1415 const smb_struct_t *stp = shp->sh_structs; in smbios_has_oemstr()
184 const smb_struct_t *sp = shp->sh_structs; in smb_cnttypes()199 const smb_struct_t *sp = shp->sh_structs; in smb_strcnt()
152 sp = shp->sh_structs; in x86pi_smb_strcnt()
386 sp = shp->sh_structs; in chip_smbios_iterate()
802 smb_struct_t *sh_structs; /* array of structure descriptors */ member