Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-option.c469 struct QemuOpt { struct
480 QTAILQ_ENTRY(QemuOpt) next; argument
486 QTAILQ_HEAD(QemuOptHead, QemuOpt) head;
490 static QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name) in qemu_opt_find()
492 QemuOpt *opt; in qemu_opt_find()
504 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get()
510 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_bool()
520 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_number()
530 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_size()
538 static int qemu_opt_parse(QemuOpt *opt) in qemu_opt_parse()
[all …]
Dqemu-option.h80 typedef struct QemuOpt QemuOpt; typedef