Searched refs:th_smbios (Results 1 – 3 of 3) sorted by relevance
124 smbios_hdl_t *th_smbios; /* SMBIOS handle */ member
723 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()
235 if (thp->th_smbios != NULL) in topo_close()236 smbios_close(thp->th_smbios); in topo_close()