Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp80 TargetInfo* targetInfo = static_cast<TargetInfo*>(appPrivData); in pdbgCallbackToGetTgtReqAttrsVal() local
104 if (std::memcmp(physBinPath, targetInfo->physBinPath, in pdbgCallbackToGetTgtReqAttrsVal()
118 targetInfo->locationCode); in pdbgCallbackToGetTgtReqAttrsVal()
127 if (DT_GET_PROP(ATTR_PHYS_DEV_PATH, target, targetInfo->physDevPath)) in pdbgCallbackToGetTgtReqAttrsVal()
133 if (DT_GET_PROP(ATTR_MRU_ID, target, targetInfo->mruId)) in pdbgCallbackToGetTgtReqAttrsVal()
157 TargetInfo& targetInfo) in getTgtReqAttrsVal() argument
159 std::memcpy(&targetInfo.physBinPath, physBinPath.data(), in getTgtReqAttrsVal()
160 sizeof(targetInfo.physBinPath)); in getTgtReqAttrsVal()
163 &targetInfo); in getTgtReqAttrsVal()
167 for (auto value : targetInfo.physBinPath) in getTgtReqAttrsVal()
[all …]
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp83 TargetInfo* targetInfo = static_cast<TargetInfo*>(appPrivData); in pdbgCallbackToGetTgtReqAttrsVal() local
107 if (std::memcmp(physBinPath, targetInfo->physBinPath, in pdbgCallbackToGetTgtReqAttrsVal()
120 targetInfo->locationCode); in pdbgCallbackToGetTgtReqAttrsVal()
129 if (DT_GET_PROP(ATTR_PHYS_DEV_PATH, target, targetInfo->physDevPath)) in pdbgCallbackToGetTgtReqAttrsVal()
137 if (DT_GET_PROP(ATTR_MRU_ID, target, targetInfo->mruId)) in pdbgCallbackToGetTgtReqAttrsVal()
162 TargetInfo& targetInfo) in getTgtReqAttrsVal() argument
164 std::memcpy(&targetInfo.physBinPath, physBinPath.data(), in getTgtReqAttrsVal()
165 sizeof(targetInfo.physBinPath)); in getTgtReqAttrsVal()
168 &targetInfo); in getTgtReqAttrsVal()
172 for (auto value : targetInfo.physBinPath) in getTgtReqAttrsVal()
[all …]
/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h248 int targetInfo[1]; member
H A Dmptctl.c1451 if (copy_to_user(uarg->targetInfo, pmem, numBytes)) { in mptctl_gettargetinfo()