Home
last modified time | relevance | path

Searched full:oneof (Results 1 – 17 of 17) sorted by relevance

/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/libcper/tests/
H A Dtest-utils.c173 //oneOf in iterate_make_required_props()
174 const json_object *oneOf = json_object_object_get(jsonSchema, "oneOf"); in iterate_make_required_props() local
175 if (oneOf != NULL) { in iterate_make_required_props()
176 size_t num_elements = json_object_array_length(oneOf); in iterate_make_required_props()
179 json_object *obj = json_object_array_get_idx(oneOf, i); in iterate_make_required_props()
/openbmc/phosphor-power/phosphor-regulators/schema/
H A Dconfig_schema.json75 "oneOf": [ array
131 "oneOf": [ array
426 "oneOf": [{ "required": ["rule_id"] }, { "required": ["actions"] }] array
438 "oneOf": [{ "required": ["rule_id"] }, { "required": ["actions"] }] array
450 "oneOf": [{ "required": ["rule_id"] }, { "required": ["actions"] }] array
481 "oneOf": [{ "required": ["rule_id"] }, { "required": ["actions"] }] array
/openbmc/libcper/specification/json/
H A Dcper-json.json6 "oneOf": [ array
/openbmc/sdbusplus/tools/sdbusplus/schemas/
H A Devents.schema.yaml59 - oneOf:
67 - oneOf:
/openbmc/libcper/specification/json/sections/
H A Dcper-cxl-protocol.json16 "oneOf": [ array
H A Dcper-memory.json16 "oneOf": [ array
H A Dcper-memory2.json16 "oneOf": [ array
H A Dcper-ia32x64-processor.json152 "oneOf": [ array
H A Dcper-arm-processor.json255 "oneOf": [ array
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json70 "oneOf": [ array
284 "oneOf": [ array
567 "oneOf": [ array
842 "oneOf": [ array
/openbmc/entity-manager/schemas/
H A Dglobal.json117 "oneOf": [ array
H A Dlegacy.json516 "oneOf": [ array
/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp36 * <knob type="scalar" setupType="oneof" name="TpmDeviceInterfaceAttempt"
695 "xyz.openbmc_project.BIOSConfig.Manager.BoundType.OneOf"; in getBaseTable()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp38 OneOf enumerator
H A Dbios_config.cpp387 "Manager.BoundType.OneOf", in checkAttributeValueTable()
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp113 if ((BoundType::OneOf == std::get<0>(enumOptions)) && in validateEnumOption()