Searched refs:th_ipmi (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h122 ipmi_handle_t *th_ipmi; /* IPMI handle */ member in struct:topo_hdl
H A Dtopo_snap.c233 if (thp->th_ipmi != NULL)
234 ipmi_close(thp->th_ipmi);
326 if (thp->th_ipmi != NULL &&
327 ipmi_sdr_changed(thp->th_ipmi) &&
328 ipmi_sdr_refresh(thp->th_ipmi) != 0) {
331 ipmi_errmsg(thp->th_ipmi));
H A Dtopo_mod.c690 if (thp->th_ipmi == NULL) {
691 if ((thp->th_ipmi = ipmi_open(&err, &errmsg, IPMI_TRANSPORT_BMC,
701 return (thp->th_ipmi);

Completed in 29 milliseconds