Home
last modified time | relevance | path

Searched refs:lowerBound (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp23 integerInfo.lowerBound = entry.at("lower_bound"); in BIOSIntegerAttribute()
30 integerInfo.lowerBound, in BIOSIntegerAttribute()
42 integerInfo.lowerBound, "UPPER_BOUND", integerInfo.upperBound, in BIOSIntegerAttribute()
111 integerInfo.lowerBound, integerInfo.upperBound, in constructEntry()
H A Dbios_table.hpp239 uint64_t lowerBound; member
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp165 int64_t lowerBound = 0; in validateIntegerOption() local
173 lowerBound = std::get<int64_t>(std::get<1>(integerOptions)); in validateIntegerOption()
185 if ((attrValue < lowerBound) || (attrValue > upperBound)) in validateIntegerOption()
192 ((std::abs(attrValue - lowerBound)) % scalarIncrement) != 0) in validateIntegerOption()
196 "ATTR_VALUE", attrValue, "LOWER_BOUND", lowerBound, in validateIntegerOption()
/openbmc/phosphor-fan-presence/control/
H A Dactions.hpp482 Action set_floor_from_median_sensor_value(T&& lowerBound, T&& upperBound, in set_floor_from_median_sensor_value() argument
485 return [lowerBound = std::forward<T>(lowerBound), in set_floor_from_median_sensor_value()
500 if (value == std::clamp(value, lowerBound, upperBound)) in set_floor_from_median_sensor_value()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_integer_attribute_test.cpp47 EXPECT_EQ(integerInfo.lowerBound, 1); in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp167 EXPECT_EQ(integerField.lowerBound, in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp174 EXPECT_EQ(integerField.lowerBound, in TEST_F()