Searched refs:sh_structs (Results 1 – 6 of 6) sorted by relevance
50 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()257 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()263 if (shp->sh_structs == NULL || shp->sh_hash == NULL) in smbios_bufopen()279 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()353 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close()354 sizeof (uint16_t) * shp->sh_structs[i].smbst_strtablen); in smbios_close()357 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()462 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()481 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()482 return (&shp->sh_structs[i]); in smb_lookup_type()
1059 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()
345 sp = shp->sh_structs; in chip_smbios_iterate()
152 sp = shp->sh_structs; in x86pi_smb_strcnt()
466 smb_struct_t *sh_structs; /* array of structure descriptors */ member