Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-option.h108 typedef int (*qemu_opt_loopfunc)(const char *name, const char *value, void *opaque); typedef
109 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque,
Dqemu-option.c605 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, in qemu_opt_foreach()