Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 165) sorted by relevance

1234567

/openbmc/qemu/util/
H A Dqemu-option.c125 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 Dtest-qemu-opts.c132 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 Dtest-opts-visitor.c39 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 Dtest-char.c84 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 Dbbpath.py13 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 Dspice-app.c99 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 Dakcipher.c33 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 Dqemu-fsdev.c37 const char **opts; member
110 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
H A Dqemu-fsdev-dummy.c18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
/openbmc/qemu/hw/smbios/
H A Dsmbios-stub.c26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
/openbmc/qemu/block/
H A Drbd.c265 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 Dargs.cpp13 static const char opts[] = ":c:"; in Args() local
/openbmc/qemu/hw/acpi/
H A Dacpi-stub.c27 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
/openbmc/openbmc/poky/scripts/
H A Doe-debuginfod32 opts = [ '--verbose', '-R', '-U', feed_dir ] variable
/openbmc/obmc-ikvm/
H A Dikvm_args.cpp14 const char* opts = "f:s:h:k:p:u:v:c"; local
/openbmc/qemu/system/
H A Dtpm.c88 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 Dvirtio-serial-test.c29 QOSGraphTestOptions opts = { }; in register_virtio_serial_test() local
H A Drs5c372-test.c35 QOSGraphEdgeOptions opts = { }; in rs5c372_register_nodes() local
H A Dds1338-test.c49 QOSGraphEdgeOptions opts = { ds1338_register_nodes() local
H A Demc141x-test.c71 QOSGraphEdgeOptions opts = { in emc1414_register_nodes() local
/openbmc/qemu/stubs/
H A Dicount.c9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c52 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 Dfw_env.c449 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 Doe-npm-cache68 let opts = {} variable
/openbmc/qemu/
H A Dqemu-io.c86 QDict *opts) in openfile()
175 QDict *opts; in open_f() local
525 QDict *opts = NULL; in main() local

1234567