Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp276 for (auto& hwCallout : ffdc.hwp_errorinfo.hwcallouts) in processClockInfoErrorHelper() local
278 if ((hwCallout.hwid == "PROC_REF_CLOCK") || in processClockInfoErrorHelper()
279 (hwCallout.hwid == "PCI_REF_CLOCK")) in processClockInfoErrorHelper()
281 clk_pos = hwCallout.clkPos; in processClockInfoErrorHelper()
334 &pelJSONFmtCalloutDataList](const HWCallout& hwCallout) -> void { in convertFAPItoPELformat() argument
342 hwCallout.hwid); in convertFAPItoPELformat()
346 hwCallout.callout_priority); in convertFAPItoPELformat()
349 phal::getTgtReqAttrsVal(hwCallout.target_entity_path, in convertFAPItoPELformat()
363 std::to_string(hwCallout.clkPos)); in convertFAPItoPELformat()
367 (hwCallout.isPlanarCallout == true ? "true" : "false")); in convertFAPItoPELformat()
[all …]
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp380 for (auto& hwCallout : ffdc->hwp_errorinfo.hwcallouts) in processClockInfoErrorHelper() local
382 if ((hwCallout.hwid == "PROC_REF_CLOCK") || in processClockInfoErrorHelper()
383 (hwCallout.hwid == "PCI_REF_CLOCK")) in processClockInfoErrorHelper()
385 clk_pos = hwCallout.clkPos; in processClockInfoErrorHelper()
603 &ffdc_prefix](const HWCallout& hwCallout) -> void { in processBootErrorHelper() argument
611 hwCallout.hwid); in processBootErrorHelper()
615 hwCallout.callout_priority); in processBootErrorHelper()
620 if (!hwCallout.target_entity_path.empty()) in processBootErrorHelper()
623 phal::getTgtReqAttrsVal(hwCallout.target_entity_path, in processBootErrorHelper()
641 std::to_string(hwCallout.clkPos)); in processBootErrorHelper()
[all …]