Home
last modified time | relevance | path

Searched refs:eccCounts (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp351 bool getECCErrorCounts(EccCounts& eccCounts) in getECCErrorCounts() argument
377 eccCounts.correctableErrCount = in getECCErrorCounts()
387 eccCounts.uncorrectableErrCount = in getECCErrorCounts()
H A Dmetric.cpp320 EccCounts eccCounts; in getECCMetric() local
321 use = getECCErrorCounts(eccCounts); in getECCMetric()
327 .correctable_error_count = eccCounts.correctableErrCount, in getECCMetric()
328 .uncorrectable_error_count = eccCounts.uncorrectableErrCount, in getECCMetric()
H A Dutil.hpp64 bool getECCErrorCounts(EccCounts& eccCounts);