Searched refs:pimPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/openpower-vpd-parser/ |
H A D | common_utility.cpp | 57 auto service = getService(bus, pimPath, pimIntf); in callPIM() 59 bus.new_method_call(service.c_str(), pimPath, pimIntf, "Notify"); in callPIM()
|
H A D | vpd_tool_impl.cpp | 721 Impl obj(completeVPDFile, (constants::pimPath + inventoryPath), fruPath, in readKwFromHw() 843 constants::pimPath + in fixSystemVPD() 1174 constants::pimPath + in cleanSystemVPD() 1250 constants::pimPath + in fixSystemBackupVPD() 1256 constants::pimPath + backupInvPath); in fixSystemBackupVPD()
|
H A D | const.hpp | 129 constexpr auto pimPath = "/xyz/openbmc_project/inventory"; variable
|
H A D | ibm_vpd_app.cpp | 109 auto invPath = std::string{pimPath} + objectPath; in isFruInVpdCache() 947 (pimPath + js["frus"][vpdFilePath][0]["inventoryPath"] in parseVpdFile() 1475 getObjectSubtreeForInterfaces(pimPath, 0, interfaces); in populateDbus() 1480 (subTree.find(pimPath + mboardPath) != subTree.end())) in populateDbus()
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | manager.cpp | 180 parser = ParserFactory::getParser(vpdVector, (pimPath + inventoryPath), in restoreSystemVpd() 243 "CALLOUT_INVENTORY_PATH", (pimPath + invPath).c_str()); in checkEssentialFrus()
|