Home
last modified time | relevance | path

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

/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/tests/
H A Dir-tests.c469 if (section_definitions[i].ToCPER != NULL) { in CompileTimeAssertions_TwoWayConversion()
470 assert(section_definitions[i].ToIR != NULL); in CompileTimeAssertions_TwoWayConversion()
472 if (section_definitions[i].ToIR != NULL) { in CompileTimeAssertions_TwoWayConversion()
473 assert(section_definitions[i].ToCPER != NULL); in CompileTimeAssertions_TwoWayConversion()
/openbmc/libcper/docs/
H A DOEMExtensions.md90 definition to the `section_definitions` array, like so:
106 CPER_SECTION_DEFINITION section_definitions[] = {
/openbmc/libcper/
H A Dcper-parse.c435 if (guid_equal(guid, section_definitions[i].Guid)) { in select_section_by_guid()
450 return &section_definitions[i]; in select_section_by_guid()