/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_systemspecific_bios_test.cpp | 102 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 106 EXPECT_TRUE(attrValueTable); in TEST_F() 214 attrValueTable->data(), attrValueTable->size())) in TEST_F() 277 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 281 EXPECT_TRUE(attrValueTable); in TEST_F() 370 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 374 EXPECT_FALSE(attrValueTable); in TEST_F() 456 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 457 auto findEntry = [&attrValueTable](uint16_t handle) in TEST_F() 460 attrValueTable->data(), attrValueTable->size())) in TEST_F()
|
H A D | libpldmresponder_bios_config_test.cpp | 95 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 99 EXPECT_TRUE(attrValueTable); in TEST_F() 207 attrValueTable->data(), attrValueTable->size())) in TEST_F() 290 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 294 EXPECT_FALSE(attrValueTable); in TEST_F() 371 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local 372 auto findEntry = [&attrValueTable](uint16_t handle) in TEST_F() 375 attrValueTable->data(), attrValueTable->size())) in TEST_F()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 591 Table attrTable, attrValueTable; in buildAndStoreAttrTables() local 600 attr->constructEntry(biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables() 606 biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables() 620 table::appendPadAndChecksum(attrValueTable); in buildAndStoreAttrTables() 622 setBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE, attrValueTable); in buildAndStoreAttrTables() 893 auto attrValueTable = getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in setAttrValue() local 896 if (!attrValueTable || !attrTable || !stringTable) in setAttrValue() 920 table::attribute_value::updateTable(*attrValueTable, entry, size); in setAttrValue()
|
H A D | bios_string_attribute.cpp | 101 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument 134 table::attribute_value::constructStringEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_integer_attribute.cpp | 106 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument 139 table::attribute_value::constructIntegerEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_integer_attribute.hpp | 50 Table& attrValueTable,
|
H A D | bios_string_attribute.hpp | 73 Table& attrValueTable,
|
H A D | bios_attribute.hpp | 65 Table& attrValueTable,
|
H A D | bios_enum_attribute.cpp | 206 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument 246 table::attribute_value::constructEnumEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_enum_attribute.hpp | 54 Table& attrValueTable,
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 788 auto attrValueTable = getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in exec() local
|