Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 21 of 21) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp181 uint8_t attrType; member
295 uint8_t attrType; member
332 Table& table, uint16_t attrHandle, uint8_t attrType,
344 Table& table, uint16_t attrHandle, uint8_t attrType, uint64_t value);
355 Table& table, uint16_t attrHandle, uint8_t attrType,
H A Dbios_config.cpp214 auto attrType = static_cast<pldm_bios_attribute_type>( in checkAttributeTable() local
217 switch (attrType) in checkAttributeTable()
298 auto attrType = static_cast<pldm_bios_attribute_type>( in checkAttributeValueTable() local
340 switch (attrType) in checkAttributeValueTable()
540 std::string attrType = entry.at("attribute_type"); in constructAttributes() local
541 if (attrType == "string") in constructAttributes()
545 else if (attrType == "integer") in constructAttributes()
549 else if (attrType == "enum") in constructAttributes()
764 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in traceBIOSUpdate()
770 switch (attrType) in traceBIOSUpdate()
[all …]
H A Dbios_table.cpp129 auto attrType = pldm_bios_table_attr_entry_decode_attribute_type(entry); in decodeHeader() local
131 return {attrHandle, attrType, stringHandle}; in decodeHeader()
299 Table& table, uint16_t attrHandle, uint8_t attrType, const std::string& str) in constructStringEntry() argument
307 table.data() + tableSize, entryLength, attrHandle, attrType, strLen, in constructStringEntry()
322 Table& table, uint16_t attrHandle, uint8_t attrType, uint64_t value) in constructIntegerEntry() argument
329 table.data() + tableSize, entryLength, attrHandle, attrType, value); in constructIntegerEntry()
343 Table& table, uint16_t attrHandle, uint8_t attrType, in constructEnumEntry() argument
351 table.data() + tableSize, entryLength, attrHandle, attrType, in constructEnumEntry()
H A Dbios_string_attribute.cpp113 auto [attrHandle, attrType, in constructEntry()
135 attrType, currStr); in constructEntry()
139 uint8_t attrType, in updateAttrVal() argument
146 attrType, newStringValue); in updateAttrVal()
H A Dbios_integer_attribute.cpp118 auto [attrHandle, attrType, in constructEntry()
140 attrType, currentValue); in constructEntry()
213 uint8_t attrType, in updateAttrVal() argument
217 table::attribute_value::constructIntegerEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_enum_attribute.cpp221 auto [attrHandle, attrType, in constructEntry()
247 attrType, currValueIndices); in constructEntry()
251 uint8_t attrType, in updateAttrVal() argument
264 table::attribute_value::constructEnumEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_integer_attribute.hpp63 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_string_attribute.hpp86 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_attribute.hpp78 uint8_t attrType,
H A Dbios_enum_attribute.hpp67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp358 auto attrType = static_cast<pldm_bios_attribute_type>( in displayAttributeValueEntry() local
364 if (attrTypeMap.contains(attrType)) in displayAttributeValueEntry()
366 output["AttributeType"] = attrTypeMap.at(attrType); in displayAttributeValueEntry()
373 switch (attrType) in displayAttributeValueEntry()
537 auto attrType = static_cast<pldm_bios_attribute_type>( in decodeAttributeTable() local
543 if (attrTypeMap.contains(attrType)) in decodeAttributeTable()
545 attrdata["AttributeType"] = attrTypeMap.at(attrType); in decodeAttributeTable()
552 switch (attrType) in decodeAttributeTable()
807 auto attrType = attrEntry->attr_type; in exec() local
811 switch (attrType) in exec()
[all …]
/openbmc/linux/fs/udf/
H A Decma_167.h631 __le32 attrType; member
640 __le32 attrType; member
651 __le32 attrType; member
662 __le32 attrType; member
679 __le32 attrType; member
690 __le32 attrType; member
702 __le32 attrType; member
713 __le32 attrType; member
H A Dmisc.c167 if (le32_to_cpu(gaf->attrType) == type && in udf_get_extendedattr()
H A Dinode.c1799 dsea->attrType = cpu_to_le32(12); in udf_update_inode()
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp47 std::string attrType) in setBIOSTableAttr() argument
52 if (attrType == intType) in setBIOSTableAttr()
61 else if (attrType == strType) in setBIOSTableAttr()
H A Dhyp_network_manager.hpp89 std::string attrType);
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp149 const std::string_view key, AttributesType& attrType) in fillPayloadData() argument
154 if (attrType == AttributesType::string || in fillPayloadData()
155 attrType == AttributesType::enumeration) in fillPayloadData()
165 else if (attrType == AttributesType::integer) in fillPayloadData()
243 AttributesType attrType = getAttrType(itemType); in getPendingList() local
246 attrType)) in getPendingList()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp147 switch (header.attrType) in TEST_F()
223 switch (header.attrType) in TEST_F()
292 switch (header.attrType) in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp140 switch (header.attrType) in TEST_F()
216 switch (header.attrType) in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/
H A D0001-Stop-using-pyasn1.compat.octets.patch85 self.assertIn(attr['attrType'], rfc5652.cmsAttributesMap)
152 if attr['attrType'] == rfc6032.id_aa_KP_contentDecryptKeyID:
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp56 auto attrType = pldm_bios_table_attr_entry_decode_attribute_type(entry); in TEST() local
57 EXPECT_EQ(attrType, 0); in TEST()
569 auto attrType = in TEST() local
571 EXPECT_EQ(attrType, 0); in TEST()