Lines Matching refs:hwCallout
380 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()
645 (hwCallout.isPlanarCallout == true ? "true" : "false")); in processBootErrorHelper()
648 getPelPriority(hwCallout.callout_priority); in processBootErrorHelper()
650 if (hwCallout.isPlanarCallout) in processBootErrorHelper()