Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
408 char *bootpath; in get_boot_devices_lchs_list() local
412 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c127 static char *bootpath; variable
142 bootpath = g_strdup_printf("%s/bootsect", dir); in bootfile_create()
164 FILE *bootfile = fopen(bootpath, "wb"); in bootfile_create()
172 unlink(bootpath); in bootfile_delete()
173 g_free(bootpath); in bootfile_delete()
174 bootpath = NULL; in bootfile_delete()
771 "-device ide-hd,drive=d0,secs=1,cyls=1,heads=1", bootpath); in test_migrate_start()
777 arch_opts = g_strdup_printf("-bios %s", bootpath); in test_migrate_start()
795 arch_opts = g_strdup_printf("-cpu max -kernel %s", bootpath); in test_migrate_start()
2994 tmpfs, bootpath); in dirtylimit_start_vm()
/openbmc/linux/arch/sparc/include/asm/
H A Dopenprom.h77 char **bootpath; member
/openbmc/linux/arch/m68k/include/asm/
H A Dopenprom.h85 char **bootpath; member