Lines Matching refs:section
11 #include <libcper/sections/cper-section-dmar-generic.h>
15 //Converts a single generic DMAr CPER section into JSON IR.
16 json_object *cper_section_dmar_generic_to_ir(const UINT8 *section, UINT32 size,
23 cper_print_log("Error: DMAr Generic section too small\n");
44 (EFI_DMAR_GENERIC_ERROR_DATA *)section;
86 //Converts a single generic DMAR CPER-JSON section into CPER binary, outputting to the given stream.
87 void ir_section_dmar_generic_to_cper(json_object *section, FILE *out)
95 json_object_object_get(section, "requesterID"));
97 json_object_object_get(section, "segmentNumber"));
99 json_object_object_get(section, "faultReason"));
101 json_object_object_get(section, "accessType"));
103 json_object_object_get(section, "addressType"));
105 json_object_object_get(section, "architectureType"));
107 json_object_object_get(section, "deviceAddress"));