Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dbootdevice.c208 static char *get_boot_device_path(DeviceState *dev, bool ignore_suffixes, in get_boot_device_path() argument
218 if (!ignore_suffixes) { in get_boot_device_path()
254 bool ignore_suffixes = mc->ignore_boot_device_suffixes; in get_boot_devices_list() local
260 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()