Home
last modified time | relevance | path

Searched refs:get_config_bool_default (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dbhyverun_machdep.c304 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in bhyve_init_vcpu()
318 tmp = (int)get_config_bool_default("x86.vmexit_on_hlt", true); in bhyve_init_vcpu()
326 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in bhyve_init_vcpu()
338 if (get_config_bool_default("x86.x2apic", false)) in bhyve_init_vcpu()
425 if (get_config_bool_default("e820.debug", false)) in bhyve_init_platform()
437 if (get_config_bool_default("x86.mptable", true)) { in bhyve_init_platform_late()
H A Drtc.c66 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
78 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
H A Dinout.c135 get_config_bool_default("x86.strictio", false)) in emulate_inout()
H A Dpci_lpc.c318 if (get_config_bool_default(node_name, false)) { in lpc_init()
H A Dvmexit.c541 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.c368 return (get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix()
546 if (get_config_bool_default("memory.use_reservoir", false)) { in do_open()
701 if (get_config_bool_default("config.dump", false)) { in main()
745 if (get_config_bool_default("memory.wired", false)) in main()
747 if (get_config_bool_default("memory.guest_in_core", false)) in main()
869 get_config_bool_default("suspend_at_boot", false); in main()
H A Dconfig.h121 bool get_config_bool_default(const char *path, bool def);
H A Dbasl.c388 load_into_memory = get_config_bool_default("acpi_tables_in_memory",
392 if (get_config_bool_default("basl.debug", false))
416 if (get_config_bool_default("basl.debug", false))
H A Dprivileges.c101 priv_debug = get_config_bool_default("privileges.debug", false); in illumos_priv_init()
H A Dconfig.c401 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
H A Dpci_emul.c808 if (!get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_alloc_bar()
816 if (!get_config_bool_default("pci.enable_bars", true)) in pci_emul_alloc_bar()
1124 if (get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_init()
1127 if (get_config_bool_default("pci.enable_bars", true)) in pci_emul_init()
H A Dgdb.c1902 wait = get_config_bool_default("gdb.wait", false); in init_mdb()
1945 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
H A Dpci_virtio_viona.c733 if (get_config_bool_default("viona.debug", false)) in pci_viona_init()
H A Drfb.c142 if (get_config_bool_default("rfb.debug", false)) in rfb_init_once()
H A Dpci_xhci.c2918 if (get_config_bool_default("xhci.debug", false)) in pci_xhci_init()