Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/
H A Dext_interface.cpp78 std::variant<uint32_t> rebootCount; in getBootCount() local
79 reply.read(rebootCount); in getBootCount()
81 return std::get<uint32_t>(rebootCount); in getBootCount()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp368 auto rebootCount = reboot::RebootAttempts::attemptsLeft(); in decrementRebootCount() local
369 if (rebootCount > 0) in decrementRebootCount()
371 return (reboot::RebootAttempts::attemptsLeft(rebootCount - 1)); in decrementRebootCount()
373 return rebootCount; in decrementRebootCount()