Searched refs:ipmi_entity_present (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 114 if (ipmi_entity_present(ihp, ep, &present) != 0) {
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_entity.c | 39 * The above logic is implemented via the ipmi_entity_present() function. We 401 ipmi_entity_present(ipmi_handle_t *ihp, ipmi_entity_t *ep, boolean_t *valp) function 532 if (ipmi_entity_present(ihp, &cp->ie_entity, valp) != 0)
|
H A D | libipmi.h | 1741 extern int ipmi_entity_present(ipmi_handle_t *, ipmi_entity_t *, boolean_t *);
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 157 if (ipmi_entity_present(ihp, ep, &present) != 0) { 159 "ipmi_entity_present() failed: %s", 166 "ipmi_entity_present(%d, %d) = %d\n", ep->ie_type,
|
Completed in 98 milliseconds