Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Deif.c444 FILE *initrd_path_f = NULL; in read_eif_file() local
582 initrd_path_f = fopen(*initrd_path, "wb"); in read_eif_file()
583 if (initrd_path_f == NULL) { in read_eif_file()
590 if (!read_eif_ramdisk(f, initrd_path_f, hdr.section_size, hash0, h, in read_eif_file()
671 if (!read_eif_ramdisk(machine_initrd_f, initrd_path_f, in read_eif_file()
688 fclose(initrd_path_f); in read_eif_file()
694 safe_fclose(initrd_path_f); in read_eif_file()