Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c50 for (i = 0; i < shp->sh_nstructs; i++) { in smb_strip()
265 shp->sh_nstructs = 0; in smbios_bufopen()
333 shp->sh_nstructs++; in smbios_bufopen()
359 for (i = 0; i < shp->sh_nstructs; i++) { in smbios_close()
473 for (i = 0; i < shp->sh_nstructs; i++, sp++) { in smbios_iter()
487 for (i = 0; i < shp->sh_nstructs; i++) { in smb_lookup_type()
H A Dsmb_info.c1382 for (i = 0; i < shp->sh_nstructs; i++, stp++) { in smbios_has_oemstr()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c185 int nstructs = shp->sh_nstructs; in smb_cnttypes()
200 int nstructs = shp->sh_nstructs; in smb_strcnt()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c151 nstructs = shp->sh_nstructs; in x86pi_smb_strcnt()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c387 for (i = 0; i < shp->sh_nstructs; i++, sp++) { in chip_smbios_iterate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h771 uint_t sh_nstructs; /* number of active structures */ member