Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp150 storeTable(stringTablePath, table); in setBIOSTable()
166 storeTable(attrTablePath, table); in setBIOSTable()
183 storeTable(attrValueTablePath, table); in setBIOSTable()
663 void BIOSConfig::storeTable(const fs::path& path, const Table& table) in storeTable() function in pldm::responder::bios::BIOSConfig
1054 storeTable(tableDir / attrValueTableFile, *destTable); in processBiosAttrChangeNotification()
H A Dbios_config.hpp298 void storeTable(const fs::path& path, const Table& table);