Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp93 firstPostCodeUsSinceEpoch = tsUS; // uS since epoch for 1st post code in savePostCodes()
99 tsUS = firstPostCodeUsSinceEpoch + in savePostCodes()
131 uint64_t usTimeOffset = tsUS - firstPostCodeUsSinceEpoch; in savePostCodes()
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp147 uint64_t firstPostCodeUsSinceEpoch; member