Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-cxl-component.c17 EFI_CXL_COMPONENT_EVENT_HEADER *cxl_error = in cper_section_cxl_component_to_ir()
18 (EFI_CXL_COMPONENT_EVENT_HEADER *)section; in cper_section_cxl_component_to_ir()
63 cxl_error->Length - sizeof(EFI_CXL_COMPONENT_EVENT_HEADER); in cper_section_cxl_component_to_ir()
91 EFI_CXL_COMPONENT_EVENT_HEADER *section_cper = in ir_section_cxl_component_to_cper()
92 (EFI_CXL_COMPONENT_EVENT_HEADER *)calloc( in ir_section_cxl_component_to_cper()
93 1, sizeof(EFI_CXL_COMPONENT_EVENT_HEADER)); in ir_section_cxl_component_to_cper()
126 fwrite(section_cper, sizeof(EFI_CXL_COMPONENT_EVENT_HEADER), 1, out); in ir_section_cxl_component_to_cper()
H A Dcper-section-cxl-component.h34 } __attribute__((packed, aligned(1))) EFI_CXL_COMPONENT_EVENT_HEADER; typedef