Home
last modified time | relevance | path

Searched refs:Priority (Results 1 – 25 of 176) sorted by relevance

12345678

/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp30 proc_str, callout::Priority::HIGH, false); in TEST()
33 omi_str, callout::Priority::MED_A, true); in TEST()
36 core_str, callout::Priority::MED, true); in TEST()
39 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
42 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::LOW, false); in TEST()
69 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
70 callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH}; in TEST()
73 subsys = {callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH}; in TEST()
86 "Priority": "H" in TEST()
94 "Priority": "A" in TEST()
[all …]
H A Dtest-pll-unlock.cpp51 "Priority": "M" in TEST()
57 "Priority": "M" in TEST()
68 "Priority": "medium" in TEST()
73 "Priority": "medium", in TEST()
118 "Priority": "H" in TEST()
124 "Priority": "M" in TEST()
130 "Priority": "M" in TEST()
141 "Priority": "high" in TEST()
146 "Priority": "medium", in TEST()
152 "Priority": "medium", in TEST()
[all …]
H A Dtest-lpc-timeout.cpp39 "Priority": "H", in TEST()
50 "Priority": "high", in TEST()
83 "Priority": "M" in TEST()
89 "Priority": "M" in TEST()
95 "Priority": "M" in TEST()
106 "Priority": "medium" in TEST()
111 "Priority": "medium" in TEST()
116 "Priority": "medium", in TEST()
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp14 enum class Priority enum
39 inline std::string getString(Priority i_priority) in getString()
42 static const std::map<Priority, std::string> m = in getString()
44 {Priority::HIGH, "H"}, in getString()
45 {Priority::MED, "M"}, in getString()
46 {Priority::MED_A, "A"}, in getString()
47 {Priority::MED_B, "B"}, in getString()
48 {Priority::MED_C, "C"}, in getString()
49 {Priority::LOW, "L"}, in getString()
58 inline std::string getStringFFDC(Priority i_priority) in getStringFFDC()
[all …]
H A Dservice_data.cpp9 callout::Priority i_priority, bool i_guard) in calloutTarget()
28 callout::Priority i_priority, bool i_guard) in calloutConnected()
52 callout::Priority i_priority, bool i_guard) in calloutBus()
82 callout::Priority i_priority, bool) in calloutClock()
103 callout::Priority i_priority) in calloutProcedure()
123 callout::Priority i_priority) in calloutPart()
171 {callout::getString(callout::Priority::HIGH), 3}, in addCallout()
172 {callout::getString(callout::Priority::MED), 2}, in addCallout()
173 {callout::getString(callout::Priority::MED_A), 2}, in addCallout()
174 {callout::getString(callout::Priority::MED_B), 2}, in addCallout()
[all …]
H A Dservice_data.hpp100 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);
173 const std::pair<callout::SrcSubsystem, callout::Priority> getSubsys() const in getSubsys()
202 void addTargetCallout(pdbg_target* i_target, callout::Priority i_priority,
210 void addBackplaneCallout(callout::Priority i_priority);
223 callout::Priority i_priority);
[all …]
H A Dresolution.hpp39 callout::Priority i_priority, bool i_guard) : in HardwareCalloutResolution()
49 const callout::Priority iv_priority;
73 callout::Priority i_priority, bool i_guard) : in ConnectedCalloutResolution()
88 const callout::Priority iv_priority;
115 callout::Priority i_priority, bool i_guard) : in BusCalloutResolution()
130 const callout::Priority iv_priority;
150 callout::Priority i_priority, bool i_guard) : in ClockCalloutResolution()
159 const callout::Priority iv_priority;
178 callout::Priority i_priority) : in ProcedureCalloutResolution()
187 const callout::Priority iv_priority;
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp61 "Priority": "H"
72 "Priority": "H"
82 "Priority": "H"
96 "Priority": "H"
107 "Priority": "H",
113 "Priority": "M"
128 "Priority": "H"
139 "Priority": "H",
158 "Priority": "H"
169 "Priority": "H"
[all …]
/openbmc/phosphor-led-manager/
H A DREADME.md13 ### Configuration: LED Priority
15 Each LED can have "Priority" as "Blink", "Off" or "On". If this property is
18 When multiple LED groups are asserted and contain the same LED, "Priority"
22 "On". LED1 will then have the state declared in "Priority".
24 ## Configuration: LED Group Priority
26 Using LED Priority is fine for simple configurations, but when group state needs
27 to always be consistent, Group Priority can be used to enforce the consistent
30 The Group `Priority` is optional and a higher priority means that when 2 groups
31 are asserted, the one with highest `Priority` will be represented consistently.
49 "Priority": 2,
[all …]
/openbmc/s2600wf-misc/callback-manager/
H A D.clang-format61 Priority: 7
63 Priority: -1
65 Priority: 1
67 Priority: 2
69 Priority: 3
71 Priority: 4
73 Priority: 5
75 Priority: 6
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp46 (1 < pllList.size()) ? callout::Priority::HIGH : callout::Priority::MED; in pll_unlock()
58 callout::Priority::MED, false); in pll_unlock()
68 io_servData.calloutPart(callout::PartType::PNOR, callout::Priority::MED); in lpc_timeout_callout()
76 callout::Priority::MED, false); in lpc_timeout_callout()
82 callout::Priority::MED, false); in lpc_timeout_callout()
90 io_servData.calloutTarget(target, callout::Priority::MED, false); in lpc_timeout_callout()
114 callout::Priority::HIGH); in lpc_timeout()
156 io_servData.calloutTarget(dimmTarget, callout::Priority::MED, in callout_attached_dimms()
/openbmc/obmc-ikvm/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/gpioplus/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/intel-ipmi-oem/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/phosphor-snmp/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/phosphor-pid-control/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/sdeventplus/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/ibm-logging/
H A D.clang-format65 Priority: 7
67 Priority: -1
69 Priority: 1
71 Priority: 2
73 Priority: 3
75 Priority: 4
77 Priority: 5
79 Priority: 6
/openbmc/phosphor-watchdog/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/slpd-lite/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/bios-bmc-smm-error-logger/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/google-ipmi-sys/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/ipmbbridge/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/phosphor-time-manager/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6
/openbmc/phosphor-gpio-monitor/
H A D.clang-format68 Priority: 7
70 Priority: -1
72 Priority: 1
74 Priority: 2
76 Priority: 3
78 Priority: 4
80 Priority: 5
82 Priority: 6

12345678