Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp21 pel >> _size >> _flags >> _priority >> _locationCodeSize; in Callout()
23 if (_locationCodeSize) in Callout()
25 _locationCode.resize(_locationCodeSize); in Callout()
29 size_t currentSize = 4 + _locationCodeSize; in Callout()
106 _locationCodeSize = 0; in Callout()
133 _locationCodeSize = 0; in setLocationCode()
157 _locationCodeSize = _locationCode.size(); in setLocationCode()
163 sizeof(_locationCodeSize) + _locationCodeSize; in flattenedSize()
174 pel << _size << _flags << _priority << _locationCodeSize; in flatten()
176 if (_locationCodeSize) in flatten()
[all …]
H A Dcallout.hpp235 return _locationCodeSize; in locationCodeSize()
316 uint8_t _locationCodeSize = 0; member in openpower::pels::src::Callout