Lines Matching defs:section
12 #include <libcper/sections/cper-section-cxl-component.h>
16 //Converts a single CXL component error CPER section into JSON IR.
17 json_object *cper_section_cxl_component_to_ir(const UINT8 *section, UINT32 size,
37 (EFI_CXL_COMPONENT_EVENT_HEADER *)section;
120 //Converts a single given CXL Component CPER-JSON section into CPER binary, outputting to the
122 void ir_section_cxl_component_to_cper(json_object *section, FILE *out)
130 json_object_object_get(section, "length"));
137 if (json_object_object_get_ex(section, "deviceID", &obj)) {
157 if (json_object_object_get_ex(section, "deviceSerial", &obj)) {
164 if (json_object_object_get_ex(section, "cxlComponentEventLog", &obj)) {