Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c51 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()
264 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()
270 if (shp->sh_structs == NULL || shp->sh_hash == NULL) in smbios_bufopen()
286 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()
360 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close()
361 sizeof (uint16_t) * shp->sh_structs[i].smbst_strtablen); in smbios_close()
364 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()
469 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()
488 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()
489 return (&shp->sh_structs[i]); in smb_lookup_type()
H A Dsmb_info.c1378 const smb_struct_t *stp = shp->sh_structs; in smbios_has_oemstr()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c184 const smb_struct_t *sp = shp->sh_structs; in smb_cnttypes()
199 const smb_struct_t *sp = shp->sh_structs; in smb_strcnt()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c152 sp = shp->sh_structs; in x86pi_smb_strcnt()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c386 sp = shp->sh_structs; in chip_smbios_iterate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h770 smb_struct_t *sh_structs; /* array of structure descriptors */ member