Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp264 types::BinaryVector::const_iterator& itrToPT, auto ptLength) in readPT() argument
268 auto end = itrToPT; in readPT()
273 while (itrToPT < end) in readPT()
275 std::string recordName(itrToPT, itrToPT + Length::RECORD_NAME); in readPT()
277 std::advance(itrToPT, Length::RECORD_NAME + sizeof(types::RecordType)); in readPT()
280 recordOffsets.push_back(readUInt16LE(itrToPT)); in readPT()
284 if (!recordEccCheck(itrToPT)) in readPT()
321 std::advance(itrToPT, in readPT()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dipz_parser.hpp157 types::RecordOffsetList readPT(types::BinaryVector::const_iterator& itrToPT,