Home
last modified time | relevance | path

Searched refs:th_smbios (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h129 smbios_hdl_t *th_smbios; /* SMBIOS handle */ member
H A Dtopo_mod.c728 if (thp->th_smbios == NULL) in topo_mod_smbios()
729 thp->th_smbios = smbios_open(NULL, SMB_VERSION, 0, NULL); in topo_mod_smbios()
731 return (thp->th_smbios); in topo_mod_smbios()
H A Dtopo_snap.c272 if (thp->th_smbios != NULL) in topo_close()
273 smbios_close(thp->th_smbios); in topo_close()