Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.hpp117 openpower::vpd::constants::ECCLength eccLength);
H A Deditor_impl.cpp231 RecordLength recLength, ECCLength eccLength) in checkECC() argument
235 const_cast<uint8_t*>(&itrToECCData[0]), eccLength); in checkECC()
/openbmc/openpower-vpd-parser/
H A Dimpl.cpp194 auto eccLength = readUInt16LE(iterator); in recordEccCheck() local
196 if (eccLength == 0 || eccOffset == 0) in recordEccCheck()
212 const_cast<uint8_t*>(&vpdPtr[eccOffset]), eccLength); in recordEccCheck()