Searched defs:entity_ref (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c201 char *entity_ref; local
215 * data record referenced by the entity_ref prop val
222 if (topo_prop_get_string(node, TOPO_PGROUP_FACILITY, "entity_ref",
223 &entity_ref, &err) != 0) {
224 topo_mod_dprintf(mod, "Failed to lookup entity_ref property "
230 if ((csp = ipmi_sdr_lookup_compact_sensor(hdl, entity_ref)) == NULL) {
232 entity_ref, ipmi_errmsg(hdl));
233 topo_mod_strfree(mod, entity_ref);
251 topo_mod_strfree(mod, entity_ref);
261 topo_mod_strfree(mod, entity_ref);
[all...]

Completed in 58 milliseconds