Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Deif.c436 FILE *initrd_path_f = NULL; in read_eif_file() local
584 initrd_path_f = fopen(*initrd_path, "wb"); in read_eif_file()
585 if (initrd_path_f == NULL) { in read_eif_file()
614 if (!read_eif_ramdisk(f, initrd_path_f, hdr.section_size, ptr, in read_eif_file()
708 if (!read_eif_ramdisk(machine_initrd_f, initrd_path_f, in read_eif_file()
732 fclose(initrd_path_f); in read_eif_file()
742 safe_fclose(initrd_path_f); in read_eif_file()