Searched refs:section_name (Results 1 – 4 of 4) sorted by relevance
| /openbmc/libcper/tests/ |
| H A D | ir-tests.c | 47 struct file_info *file_info_init(const char *section_name) in file_info_init() argument 59 size = strlen(LIBCPER_EXAMPLES) + 1 + strlen(section_name) + 1 + in file_info_init() 63 section_name, cper_ext); in file_info_init() 68 size = strlen(LIBCPER_EXAMPLES) + 1 + strlen(section_name) + 1 + in file_info_init() 72 section_name, json_ext); in file_info_init() 86 void cper_create_examples(const char *section_name) in cper_create_examples() argument 96 struct file_info *info = file_info_init(section_name); in cper_create_examples() 101 record = generate_record_memstream(§ion_name, 1, &buf, &size, 0, in cper_create_examples() 209 void cper_example_section_ir_test(const char *section_name) in cper_example_section_ir_test() argument 212 struct file_info *info = file_info_init(section_name); in cper_example_section_ir_test() [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | omapimage.c | 68 const char *section_name; in omapimage_print_section() local 71 section_name = "CHSETTINGS"; in omapimage_print_section() 73 section_name = "UNKNOWNKEY"; in omapimage_print_section() 80 section_name, in omapimage_print_section() 110 toc->section_name, in omapimage_print_header() 136 strcpy((char *)toc->section_name, "CHSETTINGS"); in omapimage_set_header()
|
| H A D | omapimage.h | 16 uint8_t section_name[12]; member
|
| /openbmc/qemu/scripts/ci/ |
| H A D | gitlab-ci-section | 20 # section_start section_name "Description of the section" 26 # section_end section_name
|