Home
last modified time | relevance | path

Searched refs:physDevPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp42 ATTR_PHYS_DEV_PATH_Type physDevPath; member
51 memset(&physDevPath, '\0', sizeof(physDevPath)); in TargetInfo()
127 if (DT_GET_PROP(ATTR_PHYS_DEV_PATH, target, targetInfo->physDevPath)) in pdbgCallbackToGetTgtReqAttrsVal()
357 std::string physPath = std::string(targetInfo.physDevPath); in convertFAPItoPELformat()
399 std::string physPath = std::string(targetInfo.physDevPath); in convertFAPItoPELformat()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp45 ATTR_PHYS_DEV_PATH_Type physDevPath; member
54 memset(&physDevPath, '\0', sizeof(physDevPath)); in TargetInfo()
129 if (DT_GET_PROP(ATTR_PHYS_DEV_PATH, target, targetInfo->physDevPath)) in pdbgCallbackToGetTgtReqAttrsVal()
633 std::string(targetInfo.physDevPath); in processBootErrorHelper()
679 std::string physPath = std::string(targetInfo.physDevPath); in processBootErrorHelper()