Lines Matching refs:targetInfo

80     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()
348 phal::TargetInfo targetInfo; in convertFAPItoPELformat() local
350 targetInfo); in convertFAPItoPELformat()
352 std::string locationCode = std::string(targetInfo.locationCode); in convertFAPItoPELformat()
357 std::string physPath = std::string(targetInfo.physDevPath); in convertFAPItoPELformat()
390 phal::TargetInfo targetInfo; in convertFAPItoPELformat() local
391 targetInfo.deconfigure = cdg_tgt.deconfigure; in convertFAPItoPELformat()
393 phal::getTgtReqAttrsVal(cdg_tgt.target_entity_path, targetInfo); in convertFAPItoPELformat()
395 std::string locationCode = std::string(targetInfo.locationCode); in convertFAPItoPELformat()
399 std::string physPath = std::string(targetInfo.physDevPath); in convertFAPItoPELformat()
429 if (targetInfo.mruId != 0) in convertFAPItoPELformat()
432 {{"ID", targetInfo.mruId}, {"Priority", pelPriority}}, in convertFAPItoPELformat()