Searched refs:physBinPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fapi_data_process.cpp | 40 ATTR_PHYS_BIN_PATH_Type physBinPath; member 49 memset(&physBinPath, '\0', sizeof(physBinPath)); in TargetInfo() 82 ATTR_PHYS_BIN_PATH_Type physBinPath; in pdbgCallbackToGetTgtReqAttrsVal() local 99 dtAttr::fapi2::ATTR_PHYS_BIN_PATH_ElementCount, physBinPath)) in pdbgCallbackToGetTgtReqAttrsVal() 104 if (std::memcmp(physBinPath, targetInfo->physBinPath, in pdbgCallbackToGetTgtReqAttrsVal() 105 sizeof(physBinPath)) != 0) in pdbgCallbackToGetTgtReqAttrsVal() 156 bool getTgtReqAttrsVal(const std::vector<uint8_t>& physBinPath, in getTgtReqAttrsVal() argument 159 std::memcpy(&targetInfo.physBinPath, physBinPath.data(), in getTgtReqAttrsVal() 160 sizeof(targetInfo.physBinPath)); in getTgtReqAttrsVal() 167 for (auto value : targetInfo.physBinPath) in getTgtReqAttrsVal()
|
H A D | phal_service_actions.cpp | 187 ATTR_PHYS_BIN_PATH_Type physBinPath; in createDeconfigRecords() local 188 std::copy(entityPath.begin(), entityPath.end(), physBinPath); in createDeconfigRecords() 190 openpower::phal::pdbg::deconfigureTgt(physBinPath, plid); in createDeconfigRecords()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.cpp | 43 ATTR_PHYS_BIN_PATH_Type physBinPath; member 52 memset(&physBinPath, '\0', sizeof(physBinPath)); in TargetInfo() 85 ATTR_PHYS_BIN_PATH_Type physBinPath; in pdbgCallbackToGetTgtReqAttrsVal() local 102 dtAttr::fapi2::ATTR_PHYS_BIN_PATH_ElementCount, physBinPath)) in pdbgCallbackToGetTgtReqAttrsVal() 107 if (std::memcmp(physBinPath, targetInfo->physBinPath, in pdbgCallbackToGetTgtReqAttrsVal() 108 sizeof(physBinPath)) != 0) in pdbgCallbackToGetTgtReqAttrsVal() 161 bool getTgtReqAttrsVal(const std::vector<uint8_t>& physBinPath, in getTgtReqAttrsVal() argument 164 std::memcpy(&targetInfo.physBinPath, physBinPath.data(), in getTgtReqAttrsVal() 165 sizeof(targetInfo.physBinPath)); in getTgtReqAttrsVal() 172 for (auto value : targetInfo.physBinPath) in getTgtReqAttrsVal()
|