Home
last modified time | relevance | path

Searched refs:UpperBound (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dattribute_registry.hpp41 UpperBound, enumerator
67 UpperBound, enumerator
107 {MapFromProperty::UpperBound, "UpperBound"},
133 {MapToProperty::UpperBound, "UpperBound"},
/openbmc/openbmc-test-automation/pldm/
H A Dtest_redfish_bios_attributes.robot58 ${count}= Evaluate ${attr_val_data['${int_attr}']["UpperBound"]} + 5
112 ${random_value}= GetRandomBIOSIntAndStrValues ${i} ${attr_val_data['${i}']["UpperBound"]}
H A Dtest_pldm_bios_attributes.robot83 ${count}= Evaluate ${attr_val_data['${int_attr}']["UpperBound"]} + 5
155 ${random_value}= GetRandomBIOSIntAndStrValues ${i} ${attr_val_data['${i}']["UpperBound"]}
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp34 UpperBound, enumerator
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml153 - name: UpperBound
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp174 else if (BoundType::UpperBound == std::get<0>(integerOptions)) in validateIntegerOption()