Searched refs:findLower (Results 1 – 2 of 2) sorted by relevance
962 auto findLower = findThreshold.find("CriticalLow"); in ipmiSenSetSensorThresholds() local 963 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds() 992 auto findLower = findThreshold.find("WarningLow"); in ipmiSenSetSensorThresholds() local 993 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
1194 auto findLower = findThreshold->second.find("CriticalLow"); in ipmiSenSetSensorThresholds() local 1195 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds() 1223 auto findLower = findThreshold->second.find("WarningLow"); in ipmiSenSetSensorThresholds() local 1224 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()