Searched refs:default_opts (Results 1 – 3 of 3) sorted by relevance
43 struct env_opts default_opts = { variable460 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()
2217 QDict *default_opts = in qemu_create_machine() local2220 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()
673 const AHCIOpts default_opts = { .size = 0 }; variable694 opts = g_memdup2((opts_in == NULL ? &default_opts : opts_in), in ahci_exec()