Home
last modified time | relevance | path

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

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