Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dparser.cpp62 int l_bytesUpdatedOnHardware = constants::FAILURE; in updateVpdKeyword() local
103 l_bytesUpdatedOnHardware = in updateVpdKeyword()
220 l_bytesUpdatedOnHardware = constants::FAILURE; in updateVpdKeyword()
234 return l_bytesUpdatedOnHardware; in updateVpdKeyword()
266 int l_bytesUpdatedOnHardware = constants::FAILURE; in updateVpdKeywordOnHardware() local
304 l_bytesUpdatedOnHardware = in updateVpdKeywordOnHardware()
339 return l_bytesUpdatedOnHardware; in updateVpdKeywordOnHardware()
H A Dbackup_restore.cpp304 auto l_bytesUpdatedOnHardware = l_vpdParser->updateVpdKeyword( in backupAndRestoreIpzVpd() local
311 if (!io_dstVpdMap.empty() && l_bytesUpdatedOnHardware > 0) in backupAndRestoreIpzVpd()
325 auto l_bytesUpdatedOnHardware = l_vpdParser->updateVpdKeyword( in backupAndRestoreIpzVpd() local
332 if (!io_srcVpdMap.empty() && l_bytesUpdatedOnHardware > 0) in backupAndRestoreIpzVpd()