Searched refs:sh_ent_stnum (Results 1 – 2 of 2) sorted by relevance
129 shp->sh_ent_stnum = ep->smbe_stnum; in smbios_bufopen_21()251 shp->sh_ent_stnum = in smbios_bufopen()257 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()278 for (i = 0; i < shp->sh_ent_stnum; i++, hp = nhp) { in smbios_bufopen()357 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()
463 uint_t sh_ent_stnum; /* number of structure table entries */ member