Searched refs:ipmi_open (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dlibipmi.c32 ipmi_open(int *errp, char **msg, uint_t xport_type, nvlist_t *params) function
H A Dlibipmi.h114 extern ipmi_handle_t *ipmi_open(int *, char **, uint_t xport_type, nvlist_t *);
118 * ipmi_open(). If the IPMI_TRANSPORT_BMC is desired, then it is sufficient
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c149 if ((smp->sm_hdl = ipmi_open(&error, &msg, IPMI_TRANSPORT_BMC, NULL))
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c187 if ((ihp = ipmi_open(&err, &errmsg, xport_type, params)) == NULL) {
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c188 if ((ipmi_hdl = ipmi_open(&error, &msg, IPMI_TRANSPORT_BMC, NULL))
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c150 ipmi_open(dev_t *devp, int flag, int otyp, cred_t *cred) function
587 ipmi_open,
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c452 if ((g_ipmi_hdl = ipmi_open(&err, &msg, IPMI_TRANSPORT_BMC, NULL))
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c691 if ((thp->th_ipmi = ipmi_open(&err, &errmsg, IPMI_TRANSPORT_BMC,
694 "ipmi_open() failed: %s (ipmi errno=%d)", errmsg,

Completed in 98 milliseconds