Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-parse.c26 json_object *cper_buf_section_to_ir(const void *cper_section_buf, size_t size,
406 json_object *read_section(const unsigned char *cper_section_buf, size_t size, in read_section() argument
415 definition->ToIR(cper_section_buf, size, &cper_description); in read_section()
457 json_object *cper_buf_section_to_ir(const void *cper_section_buf, size_t size, in cper_buf_section_to_ir() argument
475 result = read_section(cper_section_buf, size, section); in cper_buf_section_to_ir()
482 char *encoded = base64_encode(cper_section_buf, in cper_buf_section_to_ir()