Searched refs:sensorThresholdMap (Results 1 – 1 of 1) sorted by relevance
87 SensorThresholdMap sensorThresholdMap __attribute__((init_priority(101))); variable850 auto it = sensorThresholdMap.find(sensorNum); in ipmiSensorGetSensorThresholds()851 if (it == sensorThresholdMap.end()) in ipmiSensorGetSensorThresholds()858 sensorThresholdMap[sensorNum] = std::move(resp); in ipmiSensorGetSensorThresholds()861 const auto& resp = sensorThresholdMap[sensorNum]; in ipmiSensorGetSensorThresholds()1025 sensorThresholdMap.erase(sensorNum); in ipmiSenSetSensorThresholds()