OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bios_name
(Results
1 - 5
of
5
) sorted by null
/external/qemu/hw/
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
);
pc.c
970
if (
bios_name
== NULL)
971
bios_name
= BIOS_FILENAME;
972
filename = qemu_find_file(QEMU_FILE_TYPE_BIOS,
bios_name
);
986
fprintf(stderr, "qemu: could not load PC BIOS '%s'\n",
bios_name
);
[
all
...]
/external/qemu/
sysemu.h
17
extern const char *
bios_name
;
vl-android.c
254
const char *
bios_name
= NULL;
variable
[
all
...]
vl.c
188
const char *
bios_name
= NULL;
variable
[
all
...]
Completed in 640 milliseconds