Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp178 utils::waitBmcReady(bus, powerRestoreDelaySec); in main()
204 utils::waitBmcReady(bus, powerRestoreDelaySec); in main()
222 utils::waitBmcReady(bus, powerRestoreDelaySec); in main()
H A Dutils.hpp103 bool waitBmcReady(sdbusplus::bus_t& bus, std::chrono::seconds timeout);
H A Dutils.cpp257 bool waitBmcReady(sdbusplus::bus_t& bus, std::chrono::seconds timeout) in waitBmcReady() function