Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dextended_user_data.cpp59 _header.id = static_cast<uint16_t>(SectionID::extUserData); in ExtendedUserData()
74 if (header().id != static_cast<uint16_t>(SectionID::extUserData)) in validate()
H A Dpel_types.hpp38 extUserData = 0x4544 // 'ED' enumerator
H A Dsection_factory.cpp58 case static_cast<uint16_t>(SectionID::extUserData): in create()
H A Dpel.cpp557 static_cast<uint16_t>(SectionID::extUserData); in updateSysInfoInExtendedUserDataSection()
564 auto extUserData = static_cast<ExtendedUserData*>(op->get()); in updateSysInfoInExtendedUserDataSection() local
567 if (extUserData->creatorID() == in updateSysInfoInExtendedUserDataSection()
578 extUserData->updateDataSection(subType, componentId, in updateSysInfoInExtendedUserDataSection()