Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp40 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 Dphal_service_actions.cpp187 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 Dphal_error.cpp43 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()