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

/external/qemu/
H A Dqemu-option.c505 struct QemuOpt { struct
516 QTAILQ_ENTRY(QemuOpt) next;
523 QTAILQ_HEAD(QemuOptHead, QemuOpt) head;
527 static QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name)
529 QemuOpt *opt;
541 QemuOpt *opt = qemu_opt_find(opts, name);
547 QemuOpt *opt = qemu_opt_find(opts, name);
557 QemuOpt *opt = qemu_opt_find(opts, name);
567 QemuOpt *opt = qemu_opt_find(opts, name);
575 static int qemu_opt_parse(QemuOpt *op
[all...]
H A Dqemu-option.h83 typedef struct QemuOpt QemuOpt; typedef in typeref:struct:QemuOpt

Completed in 74 milliseconds