Searched refs:get_config_bool_default (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | bhyverun_machdep.c | 304 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 D | rtc.c | 66 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 D | inout.c | 135 get_config_bool_default("x86.strictio", false)) in emulate_inout()
|
H A D | pci_lpc.c | 318 if (get_config_bool_default(node_name, false)) { in lpc_init()
|
H A D | vmexit.c | 541 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyverun.c | 368 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 D | config.h | 121 bool get_config_bool_default(const char *path, bool def);
|
H A D | basl.c | 388 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 D | privileges.c | 101 priv_debug = get_config_bool_default("privileges.debug", false); in illumos_priv_init()
|
H A D | config.c | 401 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
|
H A D | pci_emul.c | 808 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 D | gdb.c | 1902 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 D | pci_virtio_viona.c | 733 if (get_config_bool_default("viona.debug", false)) in pci_viona_init()
|
H A D | rfb.c | 142 if (get_config_bool_default("rfb.debug", false)) in rfb_init_once()
|
H A D | pci_xhci.c | 2918 if (get_config_bool_default("xhci.debug", false)) in pci_xhci_init()
|