Home
last modified time | relevance | path

Searched refs:biosTable (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp566 BaseBIOSTable biosTable{}; in buildAndStoreAttrTables() local
581 biosTable = std::get<BaseBIOSTable>(varBiosTable); in buildAndStoreAttrTables()
598 auto iter = biosTable.find(attr->name); in buildAndStoreAttrTables()
599 if (iter == biosTable.end()) in buildAndStoreAttrTables()
663 BIOSTable biosTable(path.c_str()); in storeTable() local
664 biosTable.store(table); in storeTable()
669 BIOSTable biosTable(path.c_str()); in loadTable() local
670 if (biosTable.isEmpty()) in loadTable()
676 biosTable.load(table); in loadTable()
H A Doem_handler.hpp201 const pldm::bios::BaseBIOSTable& biosTable) = 0;
H A Dbios_table.hpp115 BIOSStringTable(const BIOSTable& biosTable);
H A Dbios_table.cpp54 BIOSStringTable::BIOSStringTable(const BIOSTable& biosTable) in BIOSStringTable() argument
56 biosTable.load(stringTable); in BIOSStringTable()
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp215 BaseTable biosTable = Base::baseBIOSTable(); in pendingAttributes() local
218 auto iter = biosTable.find(pair.first); in pendingAttributes()
220 if (iter == biosTable.end()) in pendingAttributes()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp516 void processOEMBaseBiosTable(const BaseBIOSTable& biosTable) in processOEMBaseBiosTable() argument
518 for (const auto& [attrName, biostabObj] : biosTable) in processOEMBaseBiosTable()