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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c50 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr;
156 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * ep->smbe_stnum);
163 if (shp->sh_structs == NULL || shp->sh_hash == NULL)
170 smb_struct_t *stp = &shp->sh_structs[i];
245 smb_free(shp->sh_structs[i].smbst_strtab,
246 sizeof (uint16_t) * shp->sh_structs[i].smbst_strtablen);
249 smb_free(shp->sh_structs, sizeof (smb_struct_t) * ep->smbe_stnum);
339 const smb_struct_t *sp = shp->sh_structs;
358 if (shp->sh_structs[i].smbst_hdr->smbh_type == type)
359 return (&shp->sh_structs[
[all...]
H A Dsmb_info.c989 const smb_struct_t *stp = shp->sh_structs;
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c345 sp = shp->sh_structs;
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c152 sp = shp->sh_structs;
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h450 smb_struct_t *sh_structs; /* array of structure descriptors */ member in struct:smbios_hdl
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c184 const smb_struct_t *sp = shp->sh_structs;
199 const smb_struct_t *sp = shp->sh_structs;

Completed in 71 milliseconds