Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Deif.c44 uint16_t section_type; member
147 section_header->section_type = be16_to_cpu(section_header->section_type); in read_eif_section_header()
500 uint16_t section_type; in read_eif_file() local
529 section_type = hdr.section_type; in read_eif_file()
531 switch (section_type) { in read_eif_file()
620 section_type_to_string(section_type)); in read_eif_file()
629 if (section_type < EIF_SECTION_MAX) { in read_eif_file()
630 seen_sections[section_type] = true; in read_eif_file()
/openbmc/qemu/scripts/
H A Danalyze-migration.py669 section_type = file.read8()
670 if section_type == self.QEMU_VM_EOF:
672 elif section_type == self.QEMU_VM_CONFIGURATION:
677 … elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL:
687 … elif section_type == self.QEMU_VM_SECTION_PART or section_type == self.QEMU_VM_SECTION_END:
690 elif section_type == self.QEMU_VM_COMMAND:
699 elif section_type == self.QEMU_VM_SECTION_FOOTER:
704 raise Exception("Unknown section type: %d" % section_type)
/openbmc/libcper/
H A Dcper-parse.c362 json_object *section_type = json_object_new_object(); in cper_section_descriptor_to_ir() local
364 add_guid(section_type, "data", &section_descriptor->SectionType); in cper_section_descriptor_to_ir()
374 json_object_object_add(section_type, "type", in cper_section_descriptor_to_ir()
377 section_type); in cper_section_descriptor_to_ir()
H A Dir-parse.c234 json_object *section_type = in ir_section_descriptor_to_cper() local
238 json_object_object_get(section_type, "data"))); in ir_section_descriptor_to_cper()