Searched refs:is_help_option (Results 1 – 16 of 16) sorted by relevance
17 static inline bool is_help_option(const char *s) in is_help_option() function
88 if (type && is_help_option(type)) { in hmp_netdev_add()
1149 if (model && is_help_option(model)) { in is_nic_model_help_option() 1772 if (type && is_help_option(type)) { in net_param_nic() 1792 if (is_help_option(type)) { in net_param_nic()
191 if (is_help_option(line_buf)) { in trace_enable_events()
1113 if (is_help_option(p)) { in parse_display()2553 if (cpu_option && is_help_option(cpu_option)) { in qemu_process_help_options()2974 is_help_option(qdict_get_str(dict, "driver")))) { in qemu_init()2984 if (is_help_option(model)) { in qemu_init()3055 if (is_help_option(optarg)) { in qemu_init()3320 if (!optarg || is_help_option(optarg)) { in qemu_init()
297 if (driver && is_help_option(driver)) { in qdev_device_help()
241 if (is_help_option(type)) { in user_creatable_print_help()
102 if (is_help_option(value)) { in plugin_add()
376 if (is_help_option(cpu_model)) { in main()
321 if (is_help_option(opt->name)) { in qemu_opt_has_help_opt()770 is_help = is_help_option(*name); in get_opt_name_value()
1275 if (is_help_option(optarg)) { in config_parse()1284 if (is_help_option(optarg)) { in config_parse()
367 if (cpu_model == NULL || is_help_option(cpu_model)) { in handle_arg_cpu()
646 if (name && is_help_option(name)) { in do_qemu_chr_new_from_opts()
2128 if (is_help_option(opt)) { in audio_parse_option()
543 if (is_help_option(buf)) { in blockdev_init()
4275 QemuOpts *opts = qemu_opts_parse_noisily(olist, str, !is_help_option(str)); in vnc_parse()