Home
last modified time | relevance | path

Searched refs:sh_ent_stnum (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c130 shp->sh_ent_stnum = ep->smbe_stnum; in smbios_bufopen_21()
258 shp->sh_ent_stnum = in smbios_bufopen()
264 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()
285 for (i = 0; i < shp->sh_ent_stnum; i++, hp = nhp) { in smbios_bufopen()
364 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h789 uint_t sh_ent_stnum; /* number of structure table entries */ member