Searched refs:findLower (Results 1 – 2 of 2) sorted by relevance
962 auto findLower = findThreshold.find("CriticalLow"); in ipmiSenSetSensorThresholds() local963 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()992 auto findLower = findThreshold.find("WarningLow"); in ipmiSenSetSensorThresholds() local993 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
1194 auto findLower = findThreshold->second.find("CriticalLow"); in ipmiSenSetSensorThresholds() local1195 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()1223 auto findLower = findThreshold->second.find("WarningLow"); in ipmiSenSetSensorThresholds() local1224 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()