Lines Matching full:list
59 error_setg(errp, "no function defined to set boot device list for" in qemu_boot_set()
252 char *list = NULL; in get_boot_devices_list() local
263 list[total-1] = '\n'; in get_boot_devices_list()
266 list = g_realloc(list, total + len); in get_boot_devices_list()
267 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
276 list[total-1] = '\n'; in get_boot_devices_list()
277 list = g_realloc(list, total + 5); in get_boot_devices_list()
278 memcpy(&list[total], "HALT", 5); in get_boot_devices_list()
281 return list; in get_boot_devices_list()
307 /* check whether bootindex is present in fw_boot_order list */ in device_set_bootindex()
408 char *list = NULL; in get_boot_devices_lchs_list() local
420 list[total - 1] = '\n'; in get_boot_devices_lchs_list()
423 list = g_realloc(list, total + len); in get_boot_devices_lchs_list()
424 memcpy(&list[total], chs_string, len); in get_boot_devices_lchs_list()
432 return list; in get_boot_devices_lchs_list()