/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | attribute_registry.hpp | 10 enum class AttributeType{ enum 76 NLOHMANN_JSON_SERIALIZE_ENUM(AttributeType, { 77 {AttributeType::Invalid, "Invalid"}, 78 {AttributeType::Enumeration, "Enumeration"}, 79 {AttributeType::String, "String"}, 80 {AttributeType::Integer, "Integer"}, 81 {AttributeType::Boolean, "Boolean"}, 82 {AttributeType::Password, "Password"},
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 50 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute() 54 std::get<0>(attributeValue) = AttributeType::String; in setAttribute() 74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute() 226 auto attributeType = in pendingAttributes() local 227 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in pendingAttributes() 228 if (attributeType != std::get<0>(pair.second)) in pendingAttributes() 230 lg2::error("attributeType is not same with bios base table"); in pendingAttributes() 235 if (attributeType == AttributeType::Enumeration) in pendingAttributes() 255 if (attributeType == AttributeType::String) in pendingAttributes() 275 if (attributeType == AttributeType::Integer) in pendingAttributes() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | Manager.interface.yaml | 39 type: enum[self.AttributeType] 64 …dict[string,struct[enum[self.AttributeType],boolean,string,string,string,variant[int64,string],var… 67 map{attributeName,struct{attributeType,readonlyStatus,displayname, 70 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String, 86 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer, 100 type: dict[string,struct[enum[self.AttributeType],variant[int64,string]]] 112 - name: AttributeType
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 368 {"type", 1073741826, "AttributeType"}, 371 {"AttributeType", 1073741836, 0}, 375 {"type", 1073741826, "AttributeType"}, 381 {"id-at-initials", 1880096780, "AttributeType"}, 385 {"id-at-generationQualifier", 1880096780, "AttributeType"}, 389 {"id-at-surname", 1880096780, "AttributeType"}, 393 {"id-at-givenName", 1880096780, "AttributeType"}, 397 {"id-at-name", 1880096780, "AttributeType"}, 401 {"id-at-commonName", 1880096780, "AttributeType"}, 405 {"id-at-localityName", 1880096780, "AttributeType"}, [all …]
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 46 AttributeType, bool, std::string, std::string, std::string, 54 std::tuple<AttributeType, bool, std::string, std::string, std::string, 64 std::tuple<AttributeType, std::variant<int64_t, std::string>>>; 67 std::tuple<AttributeType, std::variant<int64_t, std::string>>; 74 std::tuple<AttributeType, CurrentValue, PendingValue>; 162 attributeType = 0, enumerator
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 284 AttributeType attributeType{}; in checkAttributeValueTable() local 370 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable() 371 "AttributeType.Enumeration"; in checkAttributeValueTable() 425 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable() 426 "AttributeType.Integer"; in checkAttributeValueTable() 453 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable() 454 "AttributeType.String"; in checkAttributeValueTable() 486 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable() 487 "AttributeType.Password"; in checkAttributeValueTable() 495 std::make_tuple(attributeType, readonlyStatus, displayName, in checkAttributeValueTable() [all …]
|
H A D | bios_config.hpp | 42 using AttributeType = std::string; typedef 55 std::tuple<AttributeType, ReadonlyStatus, DisplayName, Description, 59 using PendingObj = std::tuple<AttributeType, CurrentValue>; 148 attributeType = 0, enumerator
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 51 enum[self.AttributeType], 86 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String", 111 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
|
/openbmc/openbmc-test-automation/lib/ |
H A D | pldm_utils.py | 69 "AttributeType": "BIOSEnumeration", 122 if item["AttributeType"] == "BIOSInteger": 128 elif item["AttributeType"] == "BIOSString": 206 if "ReadOnly" not in item["AttributeType"]:
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios.robot | 80 # [ attributetype]: BIOSStringReadOnly 86 Append To List ${attr_val_list} ${attr_table_data}[${i}][AttributeType]
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | bios_handler.cpp | 290 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer", in saveFcoToBios() 370 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration", in saveAmmToBios() 505 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration", in saveCreateDefaultLparToBios() 621 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration", in saveClearNvramToBios() 732 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration", in saveKeepAndClearToBios()
|
/openbmc/openpower-proc-control/service_files/ |
H A D | op-clear-sys-dump-active@.service.in | 17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
|
H A D | op-enter-mpreboot@.service.in | 22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled" \
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_akid.asn1 | 33 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
|
H A D | x509.asn1 | 33 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
|
H A D | pkcs7.asn1 | 133 attributeType OBJECT IDENTIFIER ({ pkcs7_note_OID }),
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 367 output["AttributeType"] = attrTypeMap.at(attrType); in displayAttributeValueEntry() 371 std::cout << "Get AttributeType failed.\n"; in displayAttributeValueEntry() 546 attrdata["AttributeType"] = attrTypeMap.at(attrType); in decodeAttributeTable() 550 std::cout << "Get AttributeType failed.\n"; in decodeAttributeTable()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | utils.cpp | 121 "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration"; in setPendingAttributes()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 72 map{attributeName,struct{attributeType,readonlyStatus,displayname, 129 "AttributeType.String") in getAttrType() 134 "Manager.AttributeType.Integer") in getAttrType() 139 "Manager.AttributeType.Enumeration") in getAttrType()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | AttributeRegistry_v1.xml | 133 <Property Name="Type" Type="AttributeRegistry.v1_0_0.AttributeType" Nullable="false"> 369 <EnumType Name="AttributeType"> 666 … are not included. It was also created to update the description of `AttributeType` `Password` en… 764 … are not included. It was also created to update the description of `AttributeType` `Password` en… 844 … are not included. It was also created to update the description of `AttributeType` `Password` en…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | AttributeRegistry_v1.xml | 133 <Property Name="Type" Type="AttributeRegistry.v1_0_0.AttributeType" Nullable="false"> 369 <EnumType Name="AttributeType"> 666 … are not included. It was also created to update the description of `AttributeType` `Password` en… 764 … are not included. It was also created to update the description of `AttributeType` `Password` en… 844 … are not included. It was also created to update the description of `AttributeType` `Password` en…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Bios.v1_2_3.json | 43 …heir attribute name. Attributes in this attribute registry with the `AttributeType` of `Enumerati…
|
H A D | AttributeRegistry.v1_3_9.json | 130 "AttributeType": { object 370 "$ref": "#/definitions/AttributeType",
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Bios.v1_2_3.json | 43 …heir attribute name. Attributes in this attribute registry with the `AttributeType` of `Enumerati…
|
H A D | AttributeRegistry.v1_3_9.json | 130 "AttributeType": { object 370 "$ref": "#/definitions/AttributeType",
|