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.cpp397 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchSensorInfo() local
403 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->sensor_id)); in fetchSensorInfo()
408 for (const auto& pair : entityInstMap) in fetchSensorInfo()
476 std::map<uint32_t, uint16_t> entityInstMap{}; in fetchEffecterInfo() local
482 entityInstMap.emplace(key, static_cast<uint16_t>(pdrPtr->effecter_id)); in fetchEffecterInfo()
487 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()
370 std::map<uint32_t, EffecterID> entityInstMap{}; in fetchEffecterInfo() local
376 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->effecter_id)); in fetchEffecterInfo()
380 for (const auto& pair : entityInstMap) in fetchEffecterInfo()