Searched refs:hwCallout (Results 1 – 2 of 2) sorted by relevance
276 for (auto& hwCallout : ffdc.hwp_errorinfo.hwcallouts) in processClockInfoErrorHelper() local278 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() argument342 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 …]
380 for (auto& hwCallout : ffdc->hwp_errorinfo.hwcallouts) in processClockInfoErrorHelper() local382 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() argument611 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 …]