Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp631 if (*num < tpms.size()) in systemInfoUpdate()
633 tpms.resize(*num); in systemInfoUpdate()
640 if (index + 1 > tpms.size()) in systemInfoUpdate()
642 tpms.emplace_back(std::make_unique<phosphor::smbios::Tpm>( in systemInfoUpdate()
648 tpms[index]->tpmInfoUpdate( in systemInfoUpdate()
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp196 std::vector<std::unique_ptr<Tpm>> tpms; member in phosphor::smbios::MDRV2