Home
last modified time | relevance | path

Searched refs:_wordCount (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dprimary_src.cpp15 stream << _header << _version << _flags << _reserved1B << _wordCount in flatten()
28 stream >> _header >> _version >> _flags >> _reserved1B >> _wordCount >> in unflatten()
H A Dprimary_src.hpp128 uint8_t _wordCount = numSrcWords + 1; // +1 for backward compatability member in attn::pel::PrimarySrc
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp160 return _wordCount; in hexWordCount()
616 uint8_t _wordCount; member in openpower::pels::SRC
H A Dsrc.cpp259 stream >> _header >> _version >> _flags >> _reserved1B >> _wordCount >> in unflatten()
278 stream << _header << _version << _flags << _reserved1B << _wordCount in flatten()
322 _wordCount = numSRCHexDataWords + 1; in SRC()
772 jsonInsert(ps, "Valid Word Count", getNumberString("0x%02X", _wordCount), in getJSON()
792 for (size_t i = 2; i <= _wordCount; i++) in getJSON()
1518 stream << _version << flags << _reserved1B << _wordCount << _reserved2B in getSrcStruct()