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_init_netdev()1792 if (is_help_option(type)) { in net_param_nic()
191 if (is_help_option(line_buf)) { in trace_enable_events()
1108 if (is_help_option(p)) { in parse_display()2629 if (cpu_option && is_help_option(cpu_option)) { in qemu_process_help_options()3069 is_help_option(qdict_get_str(dict, "driver")))) { in qemu_init()3079 if (is_help_option(model)) { in qemu_init()3150 if (is_help_option(optarg)) { in qemu_init()3415 if (!optarg || is_help_option(optarg)) { in qemu_init()
296 if (driver && is_help_option(driver)) { in qdev_device_help()
259 if (is_help_option(type)) { in user_creatable_print_help()
99 if (is_help_option(value)) { in plugin_add()
383 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()
369 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()
2137 if (is_help_option(opt)) { in audio_parse_option()
543 if (is_help_option(buf)) { in blockdev_init()
4274 QemuOpts *opts = qemu_opts_parse_noisily(olist, str, !is_help_option(str)); in vnc_parse()