/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | Manager.interface.yaml | 13 - name: AttributeName 16 AttributeName which has to be changed. 31 - name: AttributeName 67 map{attributeName,struct{attributeType,readonlyStatus,displayname,
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 283 AttributeName attributeName{}; in checkAttributeValueTable() local 325 attributeName = std::string(buffer.data(), buffer.data() + strLength); in checkAttributeValueTable() 438 static_cast<int64_t>(lower), attributeName)); in checkAttributeValueTable() 442 static_cast<int64_t>(upper), attributeName)); in checkAttributeValueTable() 446 static_cast<int64_t>(scalar), attributeName)); in checkAttributeValueTable() 475 static_cast<int64_t>(min), attributeName)); in checkAttributeValueTable() 479 static_cast<int64_t>(max), attributeName)); in checkAttributeValueTable() 494 std::move(attributeName), in checkAttributeValueTable() 1091 std::string attributeName = attribute.first; in constructPendingAttribute() local 1095 [&attributeName](const auto& attr) { in constructPendingAttribute() [all …]
|
H A D | bios_config.hpp | 41 using AttributeName = std::string; typedef 57 using BaseBIOSTable = std::map<AttributeName, BIOSTableObj>; 60 using PendingAttributes = std::map<AttributeName, PendingObj>;
|
/openbmc/phosphor-pid-control/pid/ |
H A D | buildjson.cpp | 172 const std::string& attributeName, in getCycleTimeSetting() argument 175 auto findAttributeName = zone.find(attributeName); in getCycleTimeSetting() 186 std::cerr << "Zone " << id << ": " << attributeName in getCycleTimeSetting() 192 std::cerr << "Zone " << id << ": " << attributeName in getCycleTimeSetting()
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 69 using AttributeName = std::string; typedef in bios_config::Manager 100 void setAttribute(AttributeName attribute, AttributeValue value) override; 109 AttributeDetails getAttribute(AttributeName attribute) override;
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | 263 * @param attributeName - the name of the attribute 265 * @throw runtime_error : attributeName is not in base 269 const std::string& attributeName) in getPIDAttribute() argument 271 auto search = base.find(attributeName); in getPIDAttribute() 274 throw std::runtime_error("missing attribute " + attributeName); in getPIDAttribute() 281 const int zoneIndex, const std::string& attributeName, uint64_t& value) in getCycleTimeSetting() argument 283 auto findAttributeName = zone.find(attributeName); in getCycleTimeSetting() 287 std::visit(VariantToDoubleVisitor(), zone.at(attributeName)); in getCycleTimeSetting() 294 std::cerr << "Zone " << zoneIndex << ": " << attributeName in getCycleTimeSetting() 300 std::cerr << "Zone " << zoneIndex << ": " << attributeName in getCycleTimeSetting()
|
/openbmc/phosphor-debug-collector/ |
H A D | elog_watch.cpp | 29 using AttributeName = std::string; typedef 30 using AttributeMap = std::map<AttributeName, Attributes>;
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AttributeRegistry.v1_3_9.json | 206 "AttributeName": { object 445 "AttributeName" 474 …"description": "The `AttributeName` of the attribute whose change triggers the evaluation of this … 475 …"longDescription": "This property shall contain the `AttributeName` of the attribute whose change … 517 …"description": "The `AttributeName` of the attribute that is affected by this dependency expressio… 518 …"longDescription": "This property shall contain the `AttributeName` of the attribute that is affec… 573 …"longDescription": "This property shall contain the `AttributeName` for the attribute to use to ev…
|
H A D | Bios.v1_2_3.json | 117 …properties in this object and can be looked up in the attribute registry by their `AttributeName`."
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | AttributeRegistry.v1_3_9.json | 206 "AttributeName": { object 445 "AttributeName" 474 …"description": "The `AttributeName` of the attribute whose change triggers the evaluation of this … 475 …"longDescription": "This property shall contain the `AttributeName` of the attribute whose change … 517 …"description": "The `AttributeName` of the attribute that is affected by this dependency expressio… 518 …"longDescription": "This property shall contain the `AttributeName` of the attribute that is affec… 573 …"longDescription": "This property shall contain the `AttributeName` for the attribute to use to ev…
|
H A D | Bios.v1_2_3.json | 117 …properties in this object and can be looked up in the attribute registry by their `AttributeName`."
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 81 * @param[in] attributeName - Attribute to be read. 85 const std::string& attributeName);
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | AttributeRegistry_v1.xml | 126 <Property Name="AttributeName" Type="Edm.String" Nullable="false"> 286 <Annotation Term="OData.Description" String="The `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression."/> 287 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression."/> 322 <Annotation Term="OData.Description" String="The `AttributeName` of the attribute that is affected by this dependency expression."/> 323 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attribute that is affected by this dependency expression."/> 344 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` for the attribute to use to evaluate this dependency expression term."/> 540 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/> 654 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/> 752 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/>
|
H A D | Bios_v1.xml | 106 <Annotation Term="OData.LongDescription" String="This property shall contain the list of BIOS attributes specific to the manufacturer or provider. BIOS attribute settings appear as additional properties in this object and can be looked up in the attribute registry by their `AttributeName`."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | AttributeRegistry_v1.xml | 126 <Property Name="AttributeName" Type="Edm.String" Nullable="false"> 286 …<Annotation Term="OData.Description" String="The `AttributeName` of the attribute whose change tri… 287 …Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attrib… 322 …<Annotation Term="OData.Description" String="The `AttributeName` of the attribute that is affected… 323 …Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attrib… 344 …Term="OData.LongDescription" String="This property shall contain the `AttributeName` for the attri… 540 …"OData.Description" String="This version was created to clarify that `AttributeName` in `Attribute… 654 …"OData.Description" String="This version was created to clarify that `AttributeName` in `Attribute… 752 …"OData.Description" String="This version was created to clarify that `AttributeName` in `Attribute…
|
H A D | Bios_v1.xml | 106 …operties in this object and can be looked up in the attribute registry by their `AttributeName`."/>
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 35 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute() 64 Manager::AttributeDetails Manager::getAttribute(AttributeName attribute) in getAttribute()
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 92 Here is an example json structure of a `String` attribute with `attributeName`
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 72 map{attributeName,struct{attributeType,readonlyStatus,displayname,
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 137 __le32 AttributeName; // 0x24: member
|