Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp121 for (const auto& systemRecKwdPair : svpdKwdMap) in getListOfBlankSystemVpd() local
123 auto it = vpdMap.find(systemRecKwdPair.first); in getListOfBlankSystemVpd()
128 const auto& kwdListForRecord = systemRecKwdPair.second; in getListOfBlankSystemVpd()
141 const string& recordName = systemRecKwdPair.first; in getListOfBlankSystemVpd()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp1018 for (const auto& systemRecKwdPair : svpdKwdMap) in restoreSystemVPD() local
1020 const string& recordName = systemRecKwdPair.first; in restoreSystemVPD()
1026 const auto& kwdListForRecord = systemRecKwdPair.second; in restoreSystemVPD()