Home
last modified time | relevance | path

Searched refs:initrd_path (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/tests/functional/
H A Dtest_virtio_gpu.py
H A Dtest_aarch64_imx8mp_evk.py
H A Dtest_aarch64_xlnx_versal.py
H A Dtest_arm_smdkc210.py
H A Dtest_loongarch64_virt.py
H A Dtest_mips_replay.py
H A Dtest_mips64el_replay.py
H A Dtest_s390x_ccw_virtio.py
H A Dtest_aarch64_smmu.py
H A Dtest_arm_replay.py
H A Dtest_aarch64_raspi4.py
H A Dtest_arm_raspi2.py
H A Dtest_arm_quanta_gsj.py
H A Dtest_intel_iommu.py
H A Dtest_arm_sx1.py
H A Dtest_arm_bpim2u.py
H A Dtest_arm_integratorcp.py
H A Dtest_multiprocess.py
H A Dtest_arm_orangepi.py
H A Dtest_arm_cubieboard.py
H A Dtest_virtio_balloon.py
H A Dtest_mips_malta.py
H A Dtest_mips64el_malta.py
/openbmc/qemu/hw/core/
H A Deif.c437 char **kernel_path, char **initrd_path, char **cmdline, in read_eif_file() argument
457 *kernel_path = *initrd_path = *cmdline = NULL; in read_eif_file()
579 if (!get_tmp_file("eif-initrd-XXXXXX", initrd_path, errp)) { in read_eif_file()
582 initrd_path_f = fopen(*initrd_path, "wb"); in read_eif_file()
585 *initrd_path); in read_eif_file()
701 safe_unlink(*initrd_path); in read_eif_file()
702 g_free(*initrd_path); in read_eif_file()
703 *initrd_path = NULL; in read_eif_file()
H A Deif.h15 char **kernel_path, char **initrd_path,

12