Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Deif.h14 bool read_eif_file(const char *eif_path, const char *machine_initrd,
H A Deif.c428 bool read_eif_file(const char *eif_path, const char *machine_initrd, in read_eif_file() argument
453 f = fopen(eif_path, "rb"); in read_eif_file()
455 error_setg_errno(errp, errno, "Failed to open %s", eif_path); in read_eif_file()