Home
last modified time | relevance | path

Searched refs:default_opts (Results 1 – 4 of 4) 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/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c260 static const struct network_helper_opts default_opts; variable
270 opts = &default_opts; in connect_to_fd_opts()
/openbmc/qemu/system/
H A Dvl.c2147 QDict *default_opts = in qemu_create_machine() local
2150 qemu_apply_legacy_machine_options(default_opts); in qemu_create_machine()
2151 object_set_properties_from_keyval(OBJECT(current_machine), default_opts, in qemu_create_machine()
2153 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()