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.cpp160 currentBootCycleIndex = 0; in deleteAll()
276 "REDFISH_MESSAGE_ARGS=%d,%s,%s", currentBootCycleIndex, in savePostCodes()
290 idxArchive(currentBootCycleIndex); in serialize()
297 std::ofstream osPostCodes(path / std::to_string(currentBootCycleIndex)); in serialize()
373 if (currentBootCycleIndex >= maxBootCycleNum()) in incrBootCycle()
375 currentBootCycleIndex = 1; in incrBootCycle()
379 currentBootCycleIndex++; in incrBootCycle()
390 uint16_t bootNum = currentBootCycleIndex; in getBootNum()
393 bootNum = (maxBootCycleNum() + currentBootCycleIndex) - index + 1; in getBootNum()
397 bootNum = currentBootCycleIndex - index + 1; in getBootNum()
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp139 << this->currentBootCycleIndex << std::endl; in __anon43c04d960202()
162 currentBootCycleIndex = 0;
168 currentBootCycleIndex);
194 uint16_t currentBootCycleIndex = 0; member