Home
last modified time | relevance | path

Searched refs:i_part (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp122 void ServiceData::calloutPart(const callout::PartType& i_part, in calloutPart() argument
125 if (callout::PartType::PNOR == i_part) in calloutPart()
134 throw std::logic_error("Unsupported part type: " + i_part.getString()); in calloutPart()
140 ffdc["Part Type"] = i_part.getString(); in calloutPart()
143 setSrcSubsystem(i_part.getSrcSubsystem(), i_priority); in calloutPart()
H A Dresolution.hpp202 PartCalloutResolution(const callout::PartType& i_part, in PartCalloutResolution() argument
204 iv_part(i_part), iv_priority(i_priority) in PartCalloutResolution()
H A Dservice_data.hpp146 void calloutPart(const callout::PartType& i_part,