Home
last modified time | relevance | path

Searched full:currentbootcyclecount (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml6 - name: CurrentBootCycleCount
27 is for the most recent boot cycle. CurrentBootCycleCount is for
42 is for the most recent boot cycle. CurrentBootCycleCount is for
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp37 currentBootCycleCount(0); in deleteAll()
167 uint16_t count = currentBootCycleCount(); in serialize()
251 currentBootCycleCount(std::min( in incrBootCycle()
252 maxBootCycleNum(), static_cast<uint16_t>(currentBootCycleCount() + 1))); in incrBootCycle()
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp34 "CurrentBootCycleCount";
128 currentBootCycleCount(count);
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp410 "xyz.openbmc_project.State.Boot.PostCode", "CurrentBootCycleCount", in getCurrentBootNumber()