Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h124 smbios_hdl_t *th_smbios; /* SMBIOS handle */ member
H A Dtopo_mod.c723 if (thp->th_smbios == NULL) in topo_mod_smbios()
724 thp->th_smbios = smbios_open(NULL, SMB_VERSION, 0, NULL); in topo_mod_smbios()
726 return (thp->th_smbios); in topo_mod_smbios()
H A Dtopo_snap.c235 if (thp->th_smbios != NULL) in topo_close()
236 smbios_close(thp->th_smbios); in topo_close()