Home
last modified time | relevance | path

Searched refs:isHostUp (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp65 if (!_pelQueue.empty() && _dataIface.isHostUp()) in HostNotifier()
184 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
248 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify()
397 if (_dataIface.isHostUp()) in retryTimerExpired()
H A Ddata_interface.hpp63 virtual bool isHostUp() const in isHostUp() function in openpower::pels::DataInterfaceBase
/openbmc/pldm/host-bmc/
H A Dhost_condition.cpp14 hostRunning = hostPdrObj.get()->isHostUp(); in currentFirmwareCondition()
H A Dhost_pdr_handler.hpp171 bool isHostUp();
H A Dhost_pdr_handler.cpp610 if (!isHostUp()) in processHostPDRs()
642 if (isHostUp()) in processHostPDRs()
745 bool HostPDRHandler::isHostUp() in isHostUp() function in pldm::HostPDRHandler