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

  /external/qemu/
sysemu.h 17 extern const char *bios_name;
vl.c 188 const char *bios_name = NULL; variable
    [all...]
vl-android.c 251 const char *bios_name = NULL; variable
    [all...]
  /external/qemu/hw/
pc.c 965 if (bios_name == NULL)
966 bios_name = BIOS_FILENAME;
967 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);
981 fprintf(stderr, "qemu: could not load PC BIOS '%s'\n", bios_name);
    [all...]

Completed in 889 milliseconds