Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dlog_manager.hpp200 bool isQuiesceOnErrorEnabled();
H A Dlog_manager.cpp247 if (isQuiesceOnErrorEnabled() && (errLvl < Entry::sevLowerLimit) && in createEntry()
270 bool Manager::isQuiesceOnErrorEnabled() in isQuiesceOnErrorEnabled() function in phosphor::logging::internal::Manager
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp705 if (!_logManager.isQuiesceOnErrorEnabled()) in checkPelAndQuiesce()