Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dmultiboot.c329 char *one_file = tmpl->data; in load_multiboot() local
333 hwaddr c = mb_add_cmdline(&mbs, one_file); in load_multiboot()
334 next_space = strchr(one_file, ' '); in load_multiboot()
338 mb_debug("multiboot loading module: %s", one_file); in load_multiboot()
339 mb_mod_length = get_image_size(one_file); in load_multiboot()
341 error_report("Failed to open file '%s'", one_file); in load_multiboot()
348 if (load_image_size(one_file, (unsigned char *)mbs.mb_buf + offs, in load_multiboot()
350 error_report("Error loading file '%s'", one_file); in load_multiboot()
359 g_free(one_file); in load_multiboot()