Searched refs:ipmi_open (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | libipmi.c | 34 ipmi_open(int *errp, char **msg, uint_t xport_type, nvlist_t *params) in ipmi_open() function
|
H A D | mapfile-vers | 73 ipmi_open;
|
H A D | libipmi.h | 114 extern ipmi_handle_t *ipmi_open(int *, char **, uint_t xport_type, nvlist_t *);
|
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/ |
H A D | sp_monitor.c | 149 if ((smp->sm_hdl = ipmi_open(&error, &msg, IPMI_TRANSPORT_BMC, NULL)) in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 187 if ((ihp = ipmi_open(&err, &errmsg, xport_type, params)) == NULL) { in main()
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 188 if ((ipmi_hdl = ipmi_open(&error, &msg, IPMI_TRANSPORT_BMC, NULL)) in send_fma_cap_to_ilom()
|
/illumos-gate/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi_main.c | 150 ipmi_open(dev_t *devp, int flag, int otyp, cred_t *cred) in ipmi_open() function 585 ipmi_open,
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | dm_platform.c | 452 if ((g_ipmi_hdl = ipmi_open(&err, &msg, IPMI_TRANSPORT_BMC, NULL)) in dm_platform_init()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.c | 696 if ((thp->th_ipmi = ipmi_open(&err, &errmsg, IPMI_TRANSPORT_BMC, in topo_mod_ipmi_hold()
|