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.c448 bool seen_sections[EIF_SECTION_MAX] = {false}; in read_eif_file() local
533 if (seen_sections[EIF_SECTION_KERNEL]) { in read_eif_file()
548 if (seen_sections[EIF_SECTION_CMDLINE]) { in read_eif_file()
570 if (!seen_sections[EIF_SECTION_RAMDISK]) { in read_eif_file()
630 seen_sections[section_type] = true; in read_eif_file()
634 if (!seen_sections[EIF_SECTION_KERNEL]) { in read_eif_file()
638 if (!seen_sections[EIF_SECTION_CMDLINE]) { in read_eif_file()
642 if (!seen_sections[EIF_SECTION_RAMDISK]) { in read_eif_file()