Searched refs:lowerBound (Results 1 – 7 of 7) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_integer_attribute.cpp | 23 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 D | bios_table.hpp | 239 uint64_t lowerBound; member
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | manager.cpp | 165 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 D | actions.hpp | 482 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 D | libpldmresponder_bios_integer_attribute_test.cpp | 47 EXPECT_EQ(integerInfo.lowerBound, 1); in TEST_F()
|
| H A D | libpldmresponder_bios_config_test.cpp | 167 EXPECT_EQ(integerField.lowerBound, in TEST_F()
|
| H A D | libpldmresponder_systemspecific_bios_test.cpp | 174 EXPECT_EQ(integerField.lowerBound, in TEST_F()
|