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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c166 "ipmi_entity_present(%d, %d) = %d\n", ep->ie_type,
221 if (ep->ie_type != edp->ed_entity)
230 if ((ep->ie_type == IPMI_ET_POWER_DOMAIN ||
231 ep->ie_type == IPMI_ET_COOLING_DOMAIN) &&
364 (ep->ie_type == IPMI_ET_POWER_DOMAIN ||
365 ep->ie_type == IPMI_ET_COOLING_DOMAIN)) {
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c76 search.ie_type = id;
84 cp->ie_entity.ie_type = id;
206 search.ie_type = id;
214 eip->ie_entity.ie_type = id;
659 search.ie_type = type;
702 return ((ep->ie_type << 8) | ep->ie_instance);
711 if (ea->ie_type == eb->ie_type &&
H A Dlibipmi.h1724 uint8_t ie_type; member in struct:ipmi_entity
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c110 ipmi_entity_name(ep->ie_type, name, sizeof (name));

Completed in 188 milliseconds