Lines Matching refs:targetInfo
83 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()
622 phal::TargetInfo targetInfo; in processBootErrorHelper() local
624 targetInfo); in processBootErrorHelper()
627 std::string(targetInfo.locationCode); in processBootErrorHelper()
633 std::string(targetInfo.physDevPath); in processBootErrorHelper()
668 phal::TargetInfo targetInfo; in processBootErrorHelper() local
669 targetInfo.deconfigure = cdg_tgt.deconfigure; in processBootErrorHelper()
672 targetInfo); in processBootErrorHelper()
675 std::string(targetInfo.locationCode); in processBootErrorHelper()
679 std::string physPath = std::string(targetInfo.physDevPath); in processBootErrorHelper()
710 if (targetInfo.mruId != 0) in processBootErrorHelper()
713 {{"ID", targetInfo.mruId}, in processBootErrorHelper()