HomeSort by relevance Sort by last modified time
    Searched refs:bios_name (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/mips/
mips_r4k.c 215 if (bios_name == NULL)
216 bios_name = BIOS_FILENAME;
217 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);
241 bios_name);
  /external/qemu/hw/i386/
pc.c 962 if (bios_name == NULL)
963 bios_name = BIOS_FILENAME;
964 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);
978 fprintf(stderr, "qemu: could not load PC BIOS '%s'\n", bios_name);
    [all...]
  /external/qemu/include/sysemu/
sysemu.h 19 extern const char *bios_name;
  /external/qemu/
vl-android.c 248 const char *bios_name = NULL; variable
    [all...]

Completed in 1939 milliseconds