Searched refs:object_opts (Results 1 – 2 of 2) sorted by relevance
167 static QTAILQ_HEAD(, ObjectOption) object_opts = QTAILQ_HEAD_INITIALIZER(object_opts);1806 QTAILQ_FOREACH_SAFE(opt, &object_opts, next, next) { in object_option_foreach_add()1811 QTAILQ_REMOVE(&object_opts, opt, next); in object_option_foreach_add()1821 QTAILQ_INSERT_TAIL(&object_opts, opt, next); in object_option_add_visitor()
5363 QemuOpts *object_opts = NULL; in img_measure() local5525 qemu_opts_del(object_opts); in img_measure()