Home
last modified time | relevance | path

Searched refs:debugEnabled (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp123 if (debugEnabled) in inputProc()
164 if (debugEnabled) in inputProc()
198 if (debugEnabled) in outputProc()
H A Dfancontroller.cpp161 if (debugEnabled) in outputProc()
190 if (debugEnabled) in outputProc()
223 if (debugEnabled) in ~FanController()
H A Dstepwisecontroller.cpp94 if (debugEnabled) in inputProc()
112 if (debugEnabled) in outputProc()
H A Dtuning.cpp13 bool debugEnabled = false; variable
H A Dtuning.hpp19 extern bool debugEnabled;
H A Dzone.hpp176 if (debugEnabled) in processSensorInputs()
187 if (debugEnabled) in processSensorInputs()
196 if (debugEnabled) in processSensorInputs()
210 if (debugEnabled) in processSensorInputs()
H A Dzone.cpp118 if (debugEnabled) in markSensorMissing()
633 if (debugEnabled) in addPidFailSafePercent()
643 if (debugEnabled) in addPidFailSafePercent()
/openbmc/phosphor-pid-control/
H A Dmain.cpp310 debugEnabled = false; in main()
322 app.add_flag("-d,--debug", debugEnabled, "Enable or disable debug mode"); in main()
383 debugEnabled = true; in main()
386 if (debugEnabled) in main()