Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dsysemu.h75 char *get_boot_devices_list(size_t *size);
/openbmc/qemu/system/
H A Dbootdevice.c248 char *get_boot_devices_list(size_t *size) in get_boot_devices_list() function
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1089 buf = get_boot_devices_list(&len); in fw_cfg_machine_reset()
/openbmc/qemu/hw/ppc/
H A Dspapr.c1075 g_autofree char *bootlist = get_boot_devices_list(&cb); in spapr_dt_chosen()