Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dimpl.cpp191 auto eccOffset = readUInt16LE(iterator); in recordEccCheck() local
196 if (eccLength == 0 || eccOffset == 0) in recordEccCheck()
212 const_cast<uint8_t*>(&vpdPtr[eccOffset]), eccLength); in recordEccCheck()