Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp36 currentBootCycleIndex = 0; in deleteAll()
152 "REDFISH_MESSAGE_ARGS=%d,%s,%s", currentBootCycleIndex, in savePostCodes()
165 idxArchive(currentBootCycleIndex); in serialize()
172 std::ofstream osPostCodes(path / std::to_string(currentBootCycleIndex)); in serialize()
243 if (currentBootCycleIndex >= maxBootCycleNum()) in incrBootCycle()
245 currentBootCycleIndex = 1; in incrBootCycle()
249 currentBootCycleIndex++; in incrBootCycle()
260 uint16_t bootNum = currentBootCycleIndex; in getBootNum()
263 bootNum = (maxBootCycleNum() + currentBootCycleIndex) - index + 1; in getBootNum()
267 bootNum = currentBootCycleIndex - index + 1; in getBootNum()
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp111 << this->currentBootCycleIndex << std::endl; in __anon43c04d960202()
125 currentBootCycleIndex);
150 uint16_t currentBootCycleIndex = 0; member