Lines Matching refs:locationCode
44 ATTR_LOCATION_CODE_Type locationCode; member
53 memset(&locationCode, '\0', sizeof(locationCode)); in TargetInfo()
120 targetInfo->locationCode); in pdbgCallbackToGetTgtReqAttrsVal()
306 ATTR_LOCATION_CODE_Type locationCode = {'\0'}; in processNonFunctionalBootProc() local
308 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in processNonFunctionalBootProc()
310 jsonProcCallout["LocationCode"] = locationCode; in processNonFunctionalBootProc()
626 std::string locationCode = in processBootErrorHelper() local
627 std::string(targetInfo.locationCode); in processBootErrorHelper()
630 locationCode); in processBootErrorHelper()
674 std::string locationCode = in processBootErrorHelper() local
675 std::string(targetInfo.locationCode); in processBootErrorHelper()
678 locationCode); in processBootErrorHelper()
705 jsonCalloutData["LocationCode"] = locationCode; in processBootErrorHelper()