Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp565 BaseBIOSTable biosTable{}; in buildAndStoreAttrTables() local
580 biosTable = std::get<BaseBIOSTable>(varBiosTable); in buildAndStoreAttrTables()
597 auto iter = biosTable.find(attr->name); in buildAndStoreAttrTables()
598 if (iter == biosTable.end()) in buildAndStoreAttrTables()
662 BIOSTable biosTable(path.c_str()); in storeTable() local
663 biosTable.store(table); in storeTable()
668 BIOSTable biosTable(path.c_str()); in loadTable() local
669 if (biosTable.isEmpty()) in loadTable()
675 biosTable.load(table); in loadTable()
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()