Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp95 ampSpecHdr->SubtypeId = SUBTYPE_ID_PARITY; in decodeSecPlatformMemory()
107 ampSpecHdr->SubtypeId = ERROR_SUBTYPE_PCIE_AER_ROOT_PORT; in decodeSecPcie()
111 ampSpecHdr->SubtypeId = ERROR_SUBTYPE_PCIE_AER_DEVICE; in decodeSecPcie()
216 evtData5 = p->SubtypeId >> 8; in addCperSELLog()
217 evtData6 = p->SubtypeId; in addCperSELLog()
/openbmc/libcper/sections/
H A Dcper-section-ampere.c16 json_object_new_int(record->SubtypeId)); in cper_section_ampere_to_ir()
32 section_cper->SubtypeId = json_object_get_int( in ir_section_ampere_to_cper()
/openbmc/libcper/generator/sections/
H A Dgen-section-ampere.c24 ampere_error->SubtypeId = 1; in generate_section_ampere()
/openbmc/libcper/include/libcper/
H A DCper.h1436 UINT16 SubtypeId; member