Home
last modified time | relevance | path

Searched refs:set_config_bool (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dbhyverun_machdep.c152 set_config_bool("x86.x2apic", false); in bhyve_optparse()
155 set_config_bool("acpi_tables", true); in bhyve_optparse()
158 set_config_bool("destroy_on_poweroff", true); in bhyve_optparse()
168 set_config_bool("suspend_at_boot", true); in bhyve_optparse()
186 set_config_bool("memory.guest_in_core", true); in bhyve_optparse()
220 set_config_bool("memory.wired", true); in bhyve_optparse()
230 set_config_bool("x86.vmexit_on_hlt", true); in bhyve_optparse()
242 set_config_bool("x86.vmexit_on_pause", true); in bhyve_optparse()
245 set_config_bool("x86.strictio", true); in bhyve_optparse()
248 set_config_bool("rtc.use_localtime", false); in bhyve_optparse()
[all …]
H A Dpci_lpc.c164 set_config_bool(node_name, true); in lpc_device_parse()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dconfig.h124 void set_config_bool(const char *path, bool value);
H A Dconfig.c435 set_config_bool(const char *path, bool value) in set_config_bool() function
H A Dbhyverun.c658 set_config_bool("gdb.wait", true); in bhyve_parse_gdb_options()