Home
last modified time | relevance | path

Searched defs:stringTable (Results 1 – 13 of 13) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp244 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 Dbios_config.cpp110 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 Dbios_enum_attribute.cpp63 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 Dbios_integer_attribute.cpp106 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
H A Dbios_string_attribute.cpp101 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
H A Dbios_table.hpp134 Table stringTable; member in pldm::responder::bios::BIOSStringTable
H A Dbios_table.cpp50 BIOSStringTable::BIOSStringTable(const Table& stringTable) : in BIOSStringTable()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp100 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 Dlibpldmresponder_bios_config_test.cpp93 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 Dmocked_bios.hpp51 pldm::responder::bios::BIOSStringTable& stringTable, in checkConstructEntry()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.hpp66 std::unordered_map<std::string, int> stringTable; member in metric_blob::BmcHealthSnapshot
/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py122 stringTable: List[str] = field(default_factory=list) variable in Thread
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp1187 std::vector<uint8_t> stringTable{ in TEST() local