Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.cpp115 if (section_definitions[i].ToCPER != NULL) { in TEST()
116 ASSERT_NE(section_definitions[i].ToIR, nullptr) << err; in TEST()
118 if (section_definitions[i].ToIR != NULL) { in TEST()
119 ASSERT_NE(section_definitions[i].ToCPER, nullptr) in TEST()
/openbmc/libcper/
H A Dcper-parse.c282 if (guid_equal(section_definitions[i].Guid, in cper_section_descriptor_to_ir()
285 section_definitions[i].ReadableName; in cper_section_descriptor_to_ir()
350 if (guid_equal(section_definitions[i].Guid, in cper_section_to_ir()
352 section_definitions[i].ToIR != NULL) { in cper_section_to_ir()
353 section_ir = section_definitions[i].ToIR(section); in cper_section_to_ir()
357 section_definitions[i].ShortName, in cper_section_to_ir()
H A Dir-parse.c164 if (guid_equal(section_definitions[i].Guid, in ir_section_to_cper()
166 section_definitions[i].ToCPER != NULL) { in ir_section_to_cper()
168 section, section_definitions[i].ShortName); in ir_section_to_cper()
169 section_definitions[i].ToCPER(ir, out); in ir_section_to_cper()
/openbmc/libcper/sections/
H A Dcper-section.c27 CPER_SECTION_DEFINITION section_definitions[] = { variable
84 sizeof(section_definitions) / sizeof(CPER_SECTION_DEFINITION);
/openbmc/libcper/include/libcper/sections/
H A Dcper-section.h22 extern CPER_SECTION_DEFINITION section_definitions[];
/openbmc/libcper/docs/
H A DOEMExtensions.md90 definition to the `section_definitions` array, like so:
106 CPER_SECTION_DEFINITION section_definitions[] = {