/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 244 const Table& stringTable) in findAttrEntryByName() 271 const Table& stringTable) in findAttrHandleByName() 296 const std::optional<Table>& stringTable, in displayStringHandle() 322 const std::optional<Table>& stringTable) in displayEnumValueByIndex() 353 const std::optional<Table>& stringTable, bool verbose, in displayAttributeValueEntry() 473 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in exec() local 479 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in exec() local 487 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in exec() local 500 void decodeStringTable(const std::optional<Table>& stringTable) in decodeStringTable() 520 const std::optional<Table>& stringTable) in decodeAttributeTable() [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 110 auto stringTable = buildAndStoreStringTable(); in buildTables() local 200 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in checkAttributeTable() local 275 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in checkAttributeValueTable() local 556 void BIOSConfig::buildAndStoreAttrTables(const Table& stringTable) in buildAndStoreAttrTables() 726 const std::optional<Table>& stringTable) in displayStringHandle() 760 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in traceBIOSUpdate() local 895 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in setAttrValue() local 988 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in processBiosAttrChangeNotification() local 1063 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in findAttrHandle() local
|
H A D | bios_enum_attribute.cpp | 63 const BIOSStringTable& stringTable, const std::vector<std::string>& pVs) in getPossibleValuesHandle() 173 const BIOSStringTable& stringTable) in setAttrValueOnDbus() 206 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
|
H A D | bios_integer_attribute.cpp | 106 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
|
H A D | bios_string_attribute.cpp | 101 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
|
H A D | bios_table.hpp | 134 Table stringTable; member in pldm::responder::bios::BIOSStringTable
|
H A D | bios_table.cpp | 50 BIOSStringTable::BIOSStringTable(const Table& stringTable) : in BIOSStringTable()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_systemspecific_bios_test.cpp | 100 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 275 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 355 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 368 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 414 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local
|
H A D | libpldmresponder_bios_config_test.cpp | 93 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 276 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 288 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local 329 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F() local
|
H A D | mocked_bios.hpp | 51 pldm::responder::bios::BIOSStringTable& stringTable, in checkConstructEntry()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | metric.hpp | 66 std::unordered_map<std::string, int> stringTable; member in metric_blob::BmcHealthSnapshot
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 122 stringTable: List[str] = field(default_factory=list) variable in Thread
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 1187 std::vector<uint8_t> stringTable{ in TEST() local
|