Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp616 auto l_eccStatus = vpdecc_create_ecc( in updateRecordECC()
620 if (l_eccStatus != VPD_ECC_OK) in updateRecordECC()
623 "ECC update failed with error " + std::to_string(l_eccStatus))); in updateRecordECC()
610 auto l_eccStatus = vpdecc_create_ecc( updateRecordECC() local