Lines Matching defs:section
13 #include <libcper/sections/cper-section-ccix-per.h>
17 //Converts a single CCIX PER log CPER section into JSON IR.
18 json_object *cper_section_ccix_per_to_ir(const UINT8 *section, UINT32 size,
37 EFI_CCIX_PER_LOG_DATA *ccix_error = (EFI_CCIX_PER_LOG_DATA *)section;
91 //Converts a single CCIX PER CPER-JSON section into CPER binary, outputting to the given stream.
92 void ir_section_ccix_per_to_cper(json_object *section, FILE *out)
102 json_object_object_get(section, "length"));
106 json_object_object_get(section, "validationBits"), 3,
110 if (json_object_object_get_ex(section, "ccixSourceID", &obj)) {
114 if (json_object_object_get_ex(section, "ccixPortID", &obj)) {
120 if (json_object_object_get_ex(section, "ccixPERLog", &obj)) {