Home
last modified time | relevance | path

Searched refs:isHostQuiesced (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_system.cpp172 bool isHostQuiesced = hostState == phosphor::dump::HostState::Quiesced; in createDump() local
177 if (!isHostRunning && !isHostQuiesced && !isHostTransitioningToOff) in createDump()
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp300 inline bool isHostQuiesced() in isHostQuiesced() function