Home
last modified time | relevance | path

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

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