Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.cpp22 void cper_log_section_ir_test(const char *section_name, int single_section) in cper_log_section_ir_test() argument
28 single_section); in cper_log_section_ir_test()
32 if (single_section) { in cper_log_section_ir_test()
47 << single_section << ") with message: " << error_message; in cper_log_section_ir_test()
51 void cper_log_section_binary_test(const char *section_name, int single_section) in cper_log_section_binary_test() argument
57 single_section); in cper_log_section_binary_test()
61 if (single_section) { in cper_log_section_binary_test()
71 if (single_section) { in cper_log_section_binary_test()
83 << single_section << ")."; in cper_log_section_binary_test()
H A Dtest-utils.cpp17 int single_section) in generate_record_memstream() argument
23 if (!single_section) { in generate_record_memstream()
H A Dtest-utils.hpp10 int single_section);
/openbmc/libcper/generator/
H A Dcper-generate-cli.c26 char *single_section = NULL; in main() local
35 single_section = argv[i + 1]; in main()
75 if (single_section != NULL && sections == NULL) { in main()
76 generate_single_section_record(single_section, cper_file); in main()
77 } else if (sections != NULL && single_section == NULL) { in main()