Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp1225 bool isReadOnlyEEPROM(const std::string& vpdPath, in isReadOnlyEEPROM() argument
1229 if (jsObject["frus"].contains(vpdPath)) in isReadOnlyEEPROM()
1231 return jsObject["frus"][vpdPath].at(0).value("readOnly", false); in isReadOnlyEEPROM()
1243 if ((vpdPath == in isReadOnlyEEPROM()
1245 (vpdPath == in isReadOnlyEEPROM()
H A Dvpd_tool_impl.cpp92 getVPDInMap(const std::string& vpdPath, in getVPDInMap() argument
120 vpdVector = getVpdDataInVector(js, vpdPath); in getVPDInMap()
122 ParserFactory::getParser(vpdVector, invPath, vpdPath, vpdStartOffset); in getVPDInMap()
133 vpdPath + " is not of type IPZ VPD. Unable to parse the VPD."; in getVPDInMap()
H A Dibm_vpd_utils.hpp577 bool isReadOnlyEEPROM(const std::string& vpdPath,