Home
last modified time | relevance | path

Searched refs:default_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/env/
H A Dfw_env.c43 struct env_opts default_opts = { variable
460 opts = &default_opts; in fw_printenv()
509 opts = &default_opts; in fw_env_flush()
666 opts = &default_opts; in fw_env_set()
749 opts = &default_opts; in fw_parse_script()
1400 opts = &default_opts; in fw_env_open()
1693 opts = &default_opts; in parse_config()
/openbmc/qemu/system/
H A Dvl.c2217 QDict *default_opts = in qemu_create_machine() local
2220 qemu_apply_legacy_machine_options(default_opts); in qemu_create_machine()
2221 object_set_properties_from_keyval(OBJECT(current_machine), default_opts, in qemu_create_machine()
2223 qobject_unref(default_opts); in qemu_create_machine()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c673 const AHCIOpts default_opts = { .size = 0 }; variable
694 opts = g_memdup2((opts_in == NULL ? &default_opts : opts_in), in ahci_exec()