Home
last modified time | relevance | path

Searched refs:entity_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/
H A Dmonitor-pldm-sensor89 entity_path="${ENTITY_MANAGER_SENTINEL_T2_WITH_RETIMER_PREFIX}${slot}"
91 …if ! check_single_slot "$slot" "$entity_manager_data" "$pldm_data" "$entity_path" "$pldm_path"; th…
96 entity_path="${ENTITY_MANAGER_WAILUA_T2_PREFIX}${slot}"
98 …if ! check_single_slot "$slot" "$entity_manager_data" "$pldm_data" "$entity_path" "$pldm_path"; th…
104 entity_path="${ENTITY_MANAGER_SENTINEL_T2_PREFIX}${slot}"
106 …if ! check_single_slot "$slot" "$entity_manager_data" "$pldm_data" "$entity_path" "$pldm_path"; th…
111 entity_path="${ENTITY_MANAGER_WAILUA_T2_PREFIX}${slot}"
113 …if ! check_single_slot "$slot" "$entity_manager_data" "$pldm_data" "$entity_path" "$pldm_path"; th…
119 entity_path="${ENTITY_MANAGER_SENTINEL_T1_WITH_RETIMER_PREFIX}${slot}"
121 …if ! check_single_slot "$slot" "$entity_manager_data" "$pldm_data" "$entity_path" "$pldm_path"; th…
[all …]
/openbmc/pldm/libpldmresponder/
H A Dpdr_state_effecter.hpp75 std::string entity_path = e.value("entity_path", ""); in generateStateEffecterPDR() local
77 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateStateEffecterPDR()
80 associatedEntityMap.at(entity_path).entity_type; in generateStateEffecterPDR()
82 associatedEntityMap.at(entity_path).entity_instance_num; in generateStateEffecterPDR()
84 associatedEntityMap.at(entity_path).entity_container_id; in generateStateEffecterPDR()
H A Dpdr_state_sensor.hpp78 std::string entity_path = e.value("entity_path", ""); in generateStateSensorPDR() local
80 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateStateSensorPDR()
83 associatedEntityMap.at(entity_path).entity_type; in generateStateSensorPDR()
85 associatedEntityMap.at(entity_path).entity_instance_num; in generateStateSensorPDR()
87 associatedEntityMap.at(entity_path).entity_container_id; in generateStateSensorPDR()
H A Dpdr_numeric_effecter.hpp58 std::string entity_path = e.value("entity_path", ""); in generateNumericEffecterPDR() local
60 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateNumericEffecterPDR()
63 associatedEntityMap.at(entity_path).entity_type; in generateNumericEffecterPDR()
65 associatedEntityMap.at(entity_path).entity_instance_num; in generateNumericEffecterPDR()
67 associatedEntityMap.at(entity_path).entity_container_id; in generateNumericEffecterPDR()
/openbmc/pldm/host-bmc/
H A Dutils.cpp100 std::string entity_path = p.string(); in addObjectPathEntityAssociations() local
103 oemPlatformHandler->updateOemDbusPaths(entity_path); in addObjectPathEntityAssociations()
107 pldm::utils::DBusHandler().getService(entity_path.c_str(), in addObjectPathEntityAssociations()
114 if (objPathMap.contains(entity_path)) in addObjectPathEntityAssociations()
116 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
121 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp274 for (const auto& entity_path : slotobjpaths) in buildAllSlotEnableEffecterPDR() local
285 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in buildAllSlotEnableEffecterPDR()
287 pdr->entity_type = associatedEntityMap.at(entity_path).entity_type; in buildAllSlotEnableEffecterPDR()
289 associatedEntityMap.at(entity_path).entity_instance_num; in buildAllSlotEnableEffecterPDR()
291 associatedEntityMap.at(entity_path).entity_container_id; in buildAllSlotEnableEffecterPDR()
293 entity_path; in buildAllSlotEnableEffecterPDR()
388 for (const auto& entity_path : slotobjpaths) in buildAllSlotEnableSensorPDR() local
397 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in buildAllSlotEnableSensorPDR()
399 pdr->entity_type = associatedEntityMap.at(entity_path).entity_type; in buildAllSlotEnableSensorPDR()
401 associatedEntityMap.at(entity_path).entity_instance_num; in buildAllSlotEnableSensorPDR()
[all …]