Home
last modified time | relevance | path

Searched refs:attrValTable (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp489 auto attrValTable = getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in exec() local
491 decodeAttributeValueTable(attrValTable, attrTable, stringTable); in exec()
650 void decodeAttributeValueTable(const std::optional<Table>& attrValTable, in decodeAttributeValueTable() argument
654 if (!attrValTable) in decodeAttributeValueTable()
661 attrValTable->data(), attrValTable->size())) in decodeAttributeValueTable()
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp1173 Table attrValTable = {0x09, 0x00, 0x01, 0x02, 0x00, 0x65, 0x66}; in TEST() local
1174 auto sizeWithoutPad = attrValTable.size(); in TEST()
1175 attrValTable.resize(sizeWithoutPad + in TEST()
1178 attrValTable.data(), attrValTable.size(), &sizeWithoutPad), in TEST()
1182 EXPECT_EQ(attrValTable, expectedTable); in TEST()