Searched refs:qemu_opts_do_parse (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | qemu-option.h | 125 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname);
|
D | qemu-option.c | 774 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname) in qemu_opts_do_parse() function 842 if (qemu_opts_do_parse(opts, params, firstname) != 0) { in qemu_opts_parse()
|
D | qemu-char.c | 2461 if (qemu_opts_do_parse(opts, p+pos+1, NULL) != 0) in qemu_chr_parse_compat() 2493 if (qemu_opts_do_parse(opts, p, "path") != 0) in qemu_chr_parse_compat()
|