Searched full:oneof (Results 1 – 17 of 17) sorted by relevance
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | Manager.interface.yaml | 77 { {"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 D | test-utils.c | 173 //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 D | config_schema.json | 75 "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 D | cper-json.json | 6 "oneOf": [ array
|
/openbmc/sdbusplus/tools/sdbusplus/schemas/ |
H A D | events.schema.yaml | 59 - oneOf: 67 - oneOf:
|
/openbmc/libcper/specification/json/sections/ |
H A D | cper-cxl-protocol.json | 16 "oneOf": [ array
|
H A D | cper-memory.json | 16 "oneOf": [ array
|
H A D | cper-memory2.json | 16 "oneOf": [ array
|
H A D | cper-ia32x64-processor.json | 152 "oneOf": [ array
|
H A D | cper-arm-processor.json | 255 "oneOf": [ array
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/ |
H A D | schema.json | 70 "oneOf": [ array 284 "oneOf": [ array 567 "oneOf": [ array 842 "oneOf": [ array
|
/openbmc/entity-manager/schemas/ |
H A D | global.json | 117 "oneOf": [ array
|
H A D | legacy.json | 516 "oneOf": [ array
|
/openbmc/intel-ipmi-oem/include/ |
H A D | biosxml.hpp | 36 * <knob type="scalar" setupType="oneof" name="TpmDeviceInterfaceAttempt" 695 "xyz.openbmc_project.BIOSConfig.Manager.BoundType.OneOf"; in getBaseTable()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.hpp | 38 OneOf enumerator
|
H A D | bios_config.cpp | 387 "Manager.BoundType.OneOf", in checkAttributeValueTable()
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 113 if ((BoundType::OneOf == std::get<0>(enumOptions)) && in validateEnumOption()
|