Searched refs:bootpath (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/system/ |
H A D | bootdevice.c | 211 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local 232 bootpath = g_strdup_printf("%s%s", in get_boot_device_path() 238 return bootpath; in get_boot_device_path() 257 char *bootpath; in get_boot_devices_list() local 260 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list() 265 len = strlen(bootpath) + 1; in get_boot_devices_list() 267 memcpy(&list[total], bootpath, len); in get_boot_devices_list() 269 g_free(bootpath); in get_boot_devices_list() 411 char *bootpath; in get_boot_devices_lchs_list() local 415 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 137 static char *bootpath; variable 149 unlink(bootpath); in bootfile_delete() 150 g_free(bootpath); in bootfile_delete() 151 bootpath = NULL; in bootfile_delete() 160 if (bootpath) { in bootfile_create() 164 bootpath = g_strdup_printf("%s/bootsect", dir); in bootfile_create() 185 FILE *bootfile = fopen(bootpath, "wb"); in bootfile_create() 760 arch_opts = g_strdup_printf("-bios %s", bootpath); in test_migrate_start() 771 "-bios %s", bootpath); in test_migrate_start() 776 arch_opts = g_strdup_printf("-cpu max -kernel %s", bootpath); in test_migrate_start() [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | openprom.h | 77 char **bootpath; member
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | openprom.h | 85 char **bootpath; member
|