Searched refs:ipmi_entity_present (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c114 if (ipmi_entity_present(ihp, ep, &present) != 0) {
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c39 * 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 Dlibipmi.h1741 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 Dipmi_enum.c157 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