Home
last modified time | relevance | path

Searched refs:is_help_option (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dhelp_option.h17 static inline bool is_help_option(const char *s) in is_help_option() function
/openbmc/qemu/net/
H A Dnet-hmp-cmds.c88 if (type && is_help_option(type)) { in hmp_netdev_add()
H A Dnet.c1149 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()
/openbmc/qemu/trace/
H A Dcontrol.c191 if (is_help_option(line_buf)) { in trace_enable_events()
/openbmc/qemu/system/
H A Dvl.c1113 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()
H A Dqdev-monitor.c297 if (driver && is_help_option(driver)) { in qdev_device_help()
/openbmc/qemu/qom/
H A Dobject_interfaces.c241 if (is_help_option(type)) { in user_creatable_print_help()
/openbmc/qemu/plugins/
H A Dloader.c102 if (is_help_option(value)) { in plugin_add()
/openbmc/qemu/bsd-user/
H A Dmain.c376 if (is_help_option(cpu_model)) { in main()
/openbmc/qemu/util/
H A Dqemu-option.c321 if (is_help_option(opt->name)) { in qemu_opt_has_help_opt()
770 is_help = is_help_option(*name); in get_opt_name_value()
/openbmc/qemu/qga/
H A Dmain.c1275 if (is_help_option(optarg)) { in config_parse()
1284 if (is_help_option(optarg)) { in config_parse()
/openbmc/qemu/linux-user/
H A Dmain.c367 if (cpu_model == NULL || is_help_option(cpu_model)) { in handle_arg_cpu()
/openbmc/qemu/chardev/
H A Dchar.c646 if (name && is_help_option(name)) { in do_qemu_chr_new_from_opts()
/openbmc/qemu/audio/
H A Daudio.c2128 if (is_help_option(opt)) { in audio_parse_option()
/openbmc/qemu/
H A Dblockdev.c543 if (is_help_option(buf)) { in blockdev_init()
/openbmc/qemu/ui/
H A Dvnc.c4275 QemuOpts *opts = qemu_opts_parse_noisily(olist, str, !is_help_option(str)); in vnc_parse()