Home
last modified time | relevance | path

Searched refs:OneOf (Results 1 – 4 of 4) sorted by relevance

/openbmc/bios-settings-mgr/
H A DREADME.md30 "0x00", "0x0B", { {"OneOf", "auto"}, {"OneOf", "2133"}, {"OneOf", "2400"},
31 {"OneOf", "2664"}, {"OneOf", "2933"} } } } Example 2: {"BIOSSerialDebugLevel",
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml77 { {"OneOf", "auto", "enum0"},
78 {"OneOf", "2133", "enum1"},
79 {"OneOf", "2400", "enum2"},
80 {"OneOf", "2664", "enum3"},
81 {"OneOf", "2933", "enum4"}
165 - name: OneOf
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp38 OneOf enumerator
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp112 if ((BoundType::OneOf == std::get<0>(enumOptions)) && in validateEnumOption()