Home
last modified time | relevance | path

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

/openbmc/libcper/generator/
H A Dcper-generate-cli.c28 char *single_section = NULL; in main() local
38 single_section = argv[i + 1]; in main()
78 if (single_section != NULL && sections == NULL) { in main()
79 generate_single_section_record(single_section, cper_file, in main()
81 } else if (sections != NULL && single_section == NULL) { in main()
/openbmc/libcper/tests/
H A Dir-tests.c291 void cper_log_section_ir_test(const char *section_name, int single_section, in cper_log_section_ir_test()
298 single_section, validBitsType); in cper_log_section_ir_test()
302 if (single_section) { in cper_log_section_ir_test()
312 int valid = schema_validate_from_file(ir, single_section, in cper_log_section_ir_test()
318 single_section); in cper_buf_log_section_ir_test()
324 void cper_buf_log_section_ir_test(const char *section_name, int single_section, in cper_buf_log_section_ir_test()
331 single_section, validBitsType); in cper_buf_log_section_ir_test()
335 if (single_section) { in cper_buf_log_section_ir_test()
345 single_section); in cper_buf_log_section_ir_test()
350 int valid = schema_validate_from_file(ir, single_section, in cper_buf_log_section_ir_test()
282 cper_log_section_ir_test(const char * section_name,int single_section,GEN_VALID_BITS_TEST_TYPE validBitsType) cper_log_section_ir_test() argument
315 cper_buf_log_section_ir_test(const char * section_name,int single_section,GEN_VALID_BITS_TEST_TYPE validBitsType) cper_buf_log_section_ir_test() argument
376 cper_log_section_binary_test(const char * section_name,int single_section,GEN_VALID_BITS_TEST_TYPE validBitsType) cper_log_section_binary_test() argument
[all...]
H A Dtest-utils.h20 int single_section,
23 int schema_validate_from_file(json_object *to_test, int single_section,
H A Dtest-utils.c54 int single_section, in generate_record_memstream() argument
61 if (!single_section) { in generate_record_memstream()
203 int schema_validate_from_file(json_object *to_test, int single_section, in schema_validate_from_file() argument
207 if (single_section) { in schema_validate_from_file()