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.cpp153 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchSensorInfo() local
159 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->sensor_id)); in fetchSensorInfo()
164 for (const auto& pair : entityInstMap) in fetchSensorInfo()
232 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchEffecterInfo() local
238 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->effecter_id)); in fetchEffecterInfo()
243 for (const auto& pair : entityInstMap) in fetchEffecterInfo()
/openbmc/openpower-occ-control/
H A Dpldm.cpp115 std::map<uint32_t, SensorID> entityInstMap{}; in fetchSensorInfo() local
121 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->sensor_id)); in fetchSensorInfo()
125 for (const auto& pair : entityInstMap) in fetchSensorInfo()
367 std::map<uint32_t, EffecterID> entityInstMap{}; in fetchEffecterInfo() local
373 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->effecter_id)); in fetchEffecterInfo()
377 for (const auto& pair : entityInstMap) in fetchEffecterInfo()