OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_find_opts
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
qemu-config.h
8
QemuOptsList *
qemu_find_opts
(const char *group);
blockdev.c
53
opts = qemu_opts_parse(
qemu_find_opts
("drive"), optstr, 0);
454
opts = qemu_opts_create(
qemu_find_opts
("device"), NULL, 0);
qemu-config.c
484
QemuOptsList *
qemu_find_opts
(const char *group)
function
518
list =
qemu_find_opts
(group);
vl-android.c
[
all
...]
vl.c
[
all
...]
console.c
[
all
...]
qemu-char.c
[
all
...]
Completed in 38 milliseconds