Searched refs:section_type (Results 1 – 4 of 4) sorted by relevance
44 uint16_t section_type; member147 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() local529 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()
669 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)
362 json_object *section_type = json_object_new_object(); in cper_section_descriptor_to_ir() local364 add_guid(section_type, "data", §ion_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()
234 json_object *section_type = in ir_section_descriptor_to_cper() local238 json_object_object_get(section_type, "data"))); in ir_section_descriptor_to_cper()