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.cpp139 currentBootCycleCount(0); in savePostCodes()
270 uint16_t count = currentBootCycleCount(); in getBootNum()
354 currentBootCycleCount(std::min(
355 maxBootCycleNum(), static_cast<uint16_t>(currentBootCycleCount() + 1)));
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp35 "CurrentBootCycleCount";
153 currentBootCycleCount(count);
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp444 "xyz.openbmc_project.State.Boot.PostCode", "CurrentBootCycleCount", in getCurrentBootNumber()