Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp20 VHDR = 17, enumerator
207 std::advance(itrToVPD, Offset::VHDR); in checkHeader()
211 if ("VHDR" != record) in checkHeader()
213 throw(DataException("VHDR record not found")); in checkHeader()
218 throw(EccException("ERROR: VHDR ECC check Failed")); in checkHeader()
416 // Check vaidity of VHDR record in parse()
582 if (l_record == "VHDR") in readKeywordFromHardware()
584 // Disable providing a way to read keywords from VHDR for the time being. in readKeywordFromHardware()
593 logging::logMessage("Read cannot be performed on VHDR record."); in readKeywordFromHardware()
779 if (l_recordName == "VHDR" || l_recordNam in writeKeywordOnHardware()
[all...]