| /openbmc/qemu/util/ |
| H A D | qemu-option.c | 125 static const char *find_default_by_name(QemuOpts *opts, const char *name) in find_default_by_name() 224 QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name) in qemu_opt_find() 247 static void qemu_opt_del_all(QemuOpts *opts, const char *name) in qemu_opt_del_all() 258 const char *qemu_opt_get(QemuOpts *opts, const char *name) in qemu_opt_get() 274 void qemu_opt_iter_init(QemuOptsIter *iter, QemuOpts *opts, const char *name) in qemu_opt_iter_init() 297 char *qemu_opt_get_del(QemuOpts *opts, const char *name) in qemu_opt_get_del() 316 bool qemu_opt_has_help_opt(QemuOpts *opts) in qemu_opt_has_help_opt() 328 static bool qemu_opt_get_bool_helper(QemuOpts *opts, const char *name, in qemu_opt_get_bool_helper() 355 bool qemu_opt_get_bool(QemuOpts *opts, const char *name, bool defval) in qemu_opt_get_bool() 360 bool qemu_opt_get_bool_del(QemuOpts *opts, const char *name, bool defval) in qemu_opt_get_bool_del() [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qemu-opts.c | 132 QemuOpts *opts; in test_qemu_opts_create() local 162 QemuOpts *opts; in test_qemu_opt_get() local 205 QemuOpts *opts; in test_qemu_opt_get_bool() local 248 QemuOpts *opts; in test_qemu_opt_get_number() local 291 QemuOpts *opts; in test_qemu_opt_get_size() local 347 QemuOpts *opts; in test_qemu_opt_unset() local 379 QemuOpts *opts; in test_qemu_opts_reset() local 420 static size_t opts_count(QemuOpts *opts) in opts_count() 431 QemuOpts *opts; in test_opts_parse() local 533 QemuOpts *opts; in test_opts_parse_bool() local [all …]
|
| H A D | test-opts-visitor.c | 39 QemuOpts *opts; in setup_fixture() local 181 QemuOpts *opts; in test_opts_range_unvisited() local 221 QemuOpts *opts; in test_opts_range_beyond() local 256 QemuOpts *opts; in test_opts_dict_unvisited() local
|
| H A D | test-char.c | 84 QemuOpts *opts; in char_console_test_subprocess() local 133 QemuOpts *opts; in char_ringbuf_test() local 183 QemuOpts *opts; char_mux_test() local 364 QemuOpts *opts; char_hub_test() local 1197 QemuOpts *opts; char_socket_server_test() local 1331 QemuOpts *opts; char_socket_client_dupid_test() local 1384 QemuOpts *opts; char_socket_client_test() local 1529 QemuOpts *opts; char_socket_server_two_clients_test() local 1607 QemuOpts *opts; char_serial_test() local 1627 QemuOpts *opts; char_parallel_test() local [all...] |
| /openbmc/openbmc/poky/meta-selftest/lib/recipetool/ |
| H A D | bbpath.py | 13 def print_name(opts): argument 16 def print_bbdir(opts): argument 19 def print_registered(opts): argument 24 def multiloaded(opts): argument
|
| /openbmc/qemu/ui/ |
| H A D | spice-app.c | 99 static void vc_chr_parse(QemuOpts *opts, ChardevBackend *backend, Error **errp) in vc_chr_parse() 136 static void spice_app_display_early_init(DisplayOptions *opts) in spice_app_display_early_init() 191 static void spice_app_display_init(DisplayState *ds, DisplayOptions *opts) in spice_app_display_init()
|
| /openbmc/qemu/crypto/ |
| H A D | akcipher.c | 33 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_new() 43 bool qcrypto_akcipher_supports(QCryptoAkCipherOptions *opts) in qcrypto_akcipher_supports() 112 int qcrypto_akcipher_export_p8info(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_export_p8info()
|
| /openbmc/qemu/fsdev/ |
| H A D | qemu-fsdev.c | 37 const char **opts; member 110 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
| H A D | qemu-fsdev-dummy.c | 18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios-stub.c | 26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
|
| /openbmc/qemu/block/ |
| H A D | rbd.c | 265 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth() 405 rbd_encryption_options_t opts; in qemu_rbd_encryption_format() local 493 rbd_encryption_options_t opts; in qemu_rbd_encryption_load() local 732 BlockdevCreateOptionsRbd *opts = &options->u.rbd; in qemu_rbd_do_create() local 811 QemuOpts *opts, in qemu_rbd_extract_encryption_create_options() 849 QemuOpts *opts, in qemu_rbd_co_create_opts() 915 static char *qemu_rbd_mon_host(BlockdevOptionsRbd *opts, Error **errp) in qemu_rbd_mon_host() 951 BlockdevOptionsRbd *opts, bool cache, in qemu_rbd_connect() 1069 static int qemu_rbd_convert_options(QDict *options, BlockdevOptionsRbd **opts, in qemu_rbd_convert_options() 1090 BlockdevOptionsRbd **opts, in qemu_rbd_attempt_legacy_options() [all …]
|
| /openbmc/kcsbridge/src/ |
| H A D | args.cpp | 13 static const char opts[] = ":c:"; in Args() local
|
| /openbmc/qemu/hw/acpi/ |
| H A D | acpi-stub.c | 27 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-debuginfod | 32 opts = [ '--verbose', '-R', '-U', feed_dir ] variable
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_args.cpp | 14 const char* opts = "f:s:h:k:p:u:v:c"; local
|
| /openbmc/qemu/system/ |
| H A D | tpm.c | 88 static int tpm_init_tpmdev(void *dummy, QemuOpts *opts, Error **errp) in tpm_init_tpmdev() 181 QemuOpts *opts; in tpm_config_parse() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-serial-test.c | 29 QOSGraphTestOptions opts = { }; in register_virtio_serial_test() local
|
| H A D | rs5c372-test.c | 35 QOSGraphEdgeOptions opts = { }; in rs5c372_register_nodes() local
|
| H A D | ds1338-test.c | 49 QOSGraphEdgeOptions opts = { ds1338_register_nodes() local
|
| H A D | emc141x-test.c | 71 QOSGraphEdgeOptions opts = { in emc1414_register_nodes() local
|
| /openbmc/qemu/stubs/ |
| H A D | icount.c | 9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu_nand.c | 52 nand_erase_options_t opts; in nand_block_op() local 148 nand_erase_options_t opts; in dfu_flush_medium_nand() local
|
| /openbmc/u-boot/tools/env/ |
| H A D | fw_env.c | 449 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts) in fw_printenv() 506 int fw_env_flush(struct env_opts *opts) in fw_env_flush() 655 int fw_env_set(int argc, char *argv[], struct env_opts *opts) in fw_env_set() 737 int fw_parse_script(char *fname, struct env_opts *opts) in fw_parse_script() 1384 int fw_env_open(struct env_opts *opts) in fw_env_open() 1577 int fw_env_close(struct env_opts *opts) in fw_env_close() 1688 static int parse_config(struct env_opts *opts) in parse_config()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/ |
| H A D | oe-npm-cache | 68 let opts = {} variable
|
| /openbmc/qemu/ |
| H A D | qemu-io.c | 86 QDict *opts) in openfile() 175 QDict *opts; in open_f() local 525 QDict *opts = NULL; in main() local
|