Searched refs:i_priority (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | service_data.cpp | 9 callout::Priority i_priority, bool i_guard) in calloutTarget() argument 12 addTargetCallout(i_target, i_priority, i_guard); in calloutTarget() 18 ffdc["Priority"] = callout::getStringFFDC(i_priority); in calloutTarget() 21 setSrcSubsystem(getTargetSubsystem(i_target), i_priority); in calloutTarget() 28 callout::Priority i_priority, bool i_guard) in calloutConnected() argument 34 addTargetCallout(txTarget, i_priority, i_guard); in calloutConnected() 42 ffdc["Priority"] = callout::getStringFFDC(i_priority); in calloutConnected() 45 setSrcSubsystem(getTargetSubsystem(txTarget), i_priority); in calloutConnected() 52 callout::Priority i_priority, bool i_guard) in calloutBus() argument 58 addTargetCallout(i_rxTarget, i_priority, i_guard); in calloutBus() [all …]
|
| H A D | resolution.hpp | 39 callout::Priority i_priority, bool i_guard) : in HardwareCalloutResolution() argument 40 iv_unitPath(i_unitPath), iv_priority(i_priority), iv_guard(i_guard) in HardwareCalloutResolution() 73 callout::Priority i_priority, bool i_guard) : in ConnectedCalloutResolution() argument 74 iv_busType(i_busType), iv_unitPath(i_unitPath), iv_priority(i_priority), in ConnectedCalloutResolution() 115 callout::Priority i_priority, bool i_guard) : in BusCalloutResolution() argument 116 iv_busType(i_busType), iv_unitPath(i_unitPath), iv_priority(i_priority), in BusCalloutResolution() 150 callout::Priority i_priority, bool i_guard) : in ClockCalloutResolution() argument 151 iv_clockType(i_clockType), iv_priority(i_priority), iv_guard(i_guard) in ClockCalloutResolution() 178 callout::Priority i_priority) : in ProcedureCalloutResolution() argument 179 iv_procedure(i_procedure), iv_priority(i_priority) in ProcedureCalloutResolution() [all …]
|
| H A D | service_data.hpp | 100 void calloutTarget(pdbg_target* i_target, callout::Priority i_priority, 112 callout::Priority i_priority, bool i_guard); 122 callout::Priority i_priority, bool i_guard); 131 callout::Priority i_priority, bool i_guard); 139 callout::Priority i_priority); 147 callout::Priority i_priority); 202 void addTargetCallout(pdbg_target* i_target, callout::Priority i_priority, 210 void addBackplaneCallout(callout::Priority i_priority); 223 callout::Priority i_priority);
|
| H A D | callout.hpp | 39 inline std::string getString(Priority i_priority) in getString() argument 53 return m.at(i_priority); in getString() 58 inline std::string getStringFFDC(Priority i_priority) in getStringFFDC() argument 72 return m.at(i_priority); in getStringFFDC()
|
| /openbmc/openpower-hw-diags/analyzer/ras-data/ |
| H A D | ras-data-parser.hpp | 122 callout::Priority getPriority(const std::string& i_priority);
|
| H A D | ras-data-parser.cpp | 498 callout::Priority RasDataParser::getPriority(const std::string& i_priority) in getPriority() argument 512 return m.at(i_priority); in getPriority()
|