Searched refs:qemu_opt_has_help_opt (Results 1 – 5 of 5) sorted by relevance
87 bool qemu_opt_has_help_opt(QemuOpts *opts);
246 if (qemu_opt_has_help_opt(opts)) { in user_creatable_print_help()
742 g_assert_cmpint(qemu_opt_has_help_opt(opts), in test_has_help_option()747 g_assert_cmpint(qemu_opt_has_help_opt(opts), in test_has_help_option()
302 if (!driver || !qemu_opt_has_help_opt(opts)) { in qdev_device_help()
316 bool qemu_opt_has_help_opt(QemuOpts *opts) in qemu_opt_has_help_opt() function