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.cpp71 _header.id = static_cast<uint16_t>(SectionID::extUserData); in ExtendedUserData()
86 if (header().id != static_cast<uint16_t>(SectionID::extUserData)) in validate()
H A Dpel_types.hpp38 extUserData = 0x4544 // 'ED' enumerator
H A Dsection_factory.cpp70 case static_cast<uint16_t>(SectionID::extUserData): in create()
H A Dpel.cpp569 static_cast<uint16_t>(SectionID::extUserData); in updateSysInfoInExtendedUserDataSection()
576 auto extUserData = static_cast<ExtendedUserData*>(op->get()); in updateSysInfoInExtendedUserDataSection() local
579 if (extUserData->creatorID() == in updateSysInfoInExtendedUserDataSection()
590 extUserData->updateDataSection(subType, componentId, in updateSysInfoInExtendedUserDataSection()