Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Deif.c440 bool seen_sections[EIF_SECTION_MAX] = {false}; in read_eif_file() local
514 if (seen_sections[EIF_SECTION_KERNEL]) { in read_eif_file()
543 if (seen_sections[EIF_SECTION_CMDLINE]) { in read_eif_file()
576 if (!seen_sections[EIF_SECTION_RAMDISK]) { in read_eif_file()
608 if (!seen_sections[EIF_SECTION_RAMDISK]) { in read_eif_file()
654 seen_sections[section_type] = true; in read_eif_file()
658 if (!seen_sections[EIF_SECTION_KERNEL]) { in read_eif_file()
662 if (!seen_sections[EIF_SECTION_CMDLINE]) { in read_eif_file()
666 if (!seen_sections[EIF_SECTION_RAMDISK]) { in read_eif_file()