Searched refs:firstname (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-option.c774 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname) argument
784 if (p == params && firstname) {
786 pstrcpy(option, sizeof(option), firstname);
823 const char *firstname; local
829 firstname = permit_abbrev ? list->implied_opt_name : NULL;
842 if (qemu_opts_do_parse(opts, params, firstname) != 0) {
H A Dqemu-option.h125 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname);

Completed in 36 milliseconds