Searched refs:attrValTable (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 489 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 D | bios_table.cpp | 1173 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()
|