Home
last modified time | relevance | path

Searched refs:recordName (Results 1 – 10 of 10) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dvpd_tool.cpp22 string recordName{}; in main() local
29 auto record = app.add_option("--record, -R", recordName, in main()
159 VpdTool vpdToolObj(move(objectPath), move(recordName), in main()
166 VpdTool vpdToolObj(move(objectPath), move(recordName), in main()
190 VpdTool vpdToolObj(move(objectPath), move(recordName), in main()
196 VpdTool vpdToolObj(move(objectPath), move(recordName), in main()
H A Dvpd_tool_impl.hpp22 const std::string recordName; member in VpdTool
320 recordName(std::move(recName)), keyword(std::move(kw)), in VpdTool()
H A Dibm_vpd_app.cpp1020 const string& recordName = systemRecKwdPair.first; in restoreSystemVPD() local
1021 auto it = vpdMap.find(recordName); in restoreSystemVPD()
1050 objectPath, ipzVpdInf + recordName, keywordName); in restoreSystemVPD()
1170 updateVpdDataOnHw(systemVpdFilePath, js, recordName, in restoreSystemVPD()
1570 const string& recordName = record; in populateDbus() local
1571 if (vpdMap.find(recordName) != vpdMap.end()) in populateDbus()
1574 vpdMap.at(recordName), ipzVpdInf + recordName, in populateDbus()
H A Dimpl.cpp341 std::string recordName(iteratorToRecName, in readPT() local
361 std::string{ex.what()} + recordName); in readPT()
370 std::string{ex.what()} + recordName); in readPT()
H A Dvpd_tool_impl.cpp496 makeDBusCall(INVENTORY_PATH + fruPath, interface + recordName, kw) in readKeyword()
558 properties.append(recordName); in updateKeyword()
644 EditorImpl edit(fruPath, json, recordName, keyword); in updateHardware()
723 std::string keywordVal = obj.readKwFromHw(recordName, keyword); in readKwFromHw()
730 << recordName in readKwFromHw()
H A Dibm_vpd_utils.cpp336 bool isRecKwInDbusJson(const std::string& recordName, in isRecKwInDbusJson() argument
357 if (dbusProperty.contains(recordName)) in isRecKwInDbusJson()
360 dbusProperty[recordName]; in isRecKwInDbusJson()
/openbmc/entity-manager/src/
H A Dperform_scan.cpp386 const std::string& recordName, in applyExposeActions() argument
409 if (isDisable && configId == recordName) in applyExposeActions()
483 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration() local
485 auto record = _systemConfiguration.find(recordName); in updateSystemConfiguration()
488 record = lastJson.find(recordName); in updateSystemConfiguration()
497 _systemConfiguration[recordName] = *record; in updateSystemConfiguration()
499 _missingConfigurations.erase(recordName); in updateSystemConfiguration()
527 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration() local
556 _systemConfiguration[recordName] = record; in updateSystemConfiguration()
578 _systemConfiguration[recordName] = record; in updateSystemConfiguration()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp47 const std::string& recordName, const std::string& keyword, in Manager()
49 this->writeKeyword(path, recordName, keyword, value); in Manager()
141 const string& recordName = systemRecKwdPair.first; in getListOfBlankSystemVpd() local
143 objectPath, ipzVpdInf + recordName, keyword); in getListOfBlankSystemVpd()
158 objectPath, recordName, keyword, busData)); in getListOfBlankSystemVpd()
392 void Manager::updateSystemVPDBackUpFRU(const std::string& recordName, in updateSystemVPDBackUpFRU() argument
407 const auto& itr = svpdKwdMap.find(recordName); in updateSystemVPDBackUpFRU()
453 const std::string& recordName, in writeKeyword() argument
494 updateSystemVPDBackUpFRU(recordName, keyword, value); in writeKeyword()
502 recordName, keyword, objPath); in writeKeyword()
[all …]
H A Dmanager.hpp63 const std::string& recordName, const std::string& keyword,
185 void updateSystemVPDBackUpFRU(const std::string& recordName,
H A Deditor_impl.cpp296 std::string recordName(itrToRecord, itrToRecord + lengths::RECORD_NAME); in readVTOC() local
298 if ("VTOC" != recordName) in readVTOC()