Home
last modified time | relevance | path

Searched refs:entityInstMap (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp154 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchSensorInfo() local
160 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->sensor_id)); in fetchSensorInfo()
165 for (const auto& pair : entityInstMap) in fetchSensorInfo()
233 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchEffecterInfo() local
239 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->effecter_id)); in fetchEffecterInfo()
244 for (const auto& pair : entityInstMap) in fetchEffecterInfo()
/openbmc/openpower-occ-control/
H A Dpldm.cpp116 std::map<uint32_t, SensorID> entityInstMap{}; in fetchSensorInfo() local
122 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->sensor_id)); in fetchSensorInfo()
126 for (const auto& pair : entityInstMap) in fetchSensorInfo()
371 std::map<uint32_t, EffecterID> entityInstMap{}; in fetchEffecterInfo() local
377 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->effecter_id)); in fetchEffecterInfo()
381 for (const auto& pair : entityInstMap) in fetchEffecterInfo()