Home
last modified time | relevance | path

Searched refs:get_config_bool_default (Results 1 – 18 of 18) 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.c373 return (get_config_bool_default("virtio.msix", true) && in fbsdrun_virtio_msix()
374 get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix()
552 if (get_config_bool_default("memory.use_reservoir", false)) { in do_open()
714 if (get_config_bool_default("config.dump", false)) { in main()
758 if (get_config_bool_default("memory.wired", false)) in main()
760 if (get_config_bool_default("memory.guest_in_core", false)) in main()
882 get_config_bool_default("suspend_at_boot", false); in main()
H A Dconfig.h130 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.c402 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
H A Dpci_emul.c809 if (!get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_alloc_bar()
817 if (!get_config_bool_default("pci.enable_bars", true)) in pci_emul_alloc_bar()
1129 if (get_config_bool_default("pci.enable_bars", !bootrom_boot())) in pci_emul_init()
1132 if (get_config_bool_default("pci.enable_bars", true)) in pci_emul_init()
H A Dpci_virtio_block.c523 if (get_config_bool_default("virtio.blk.debug", false)) in pci_vtblk_init()
H A Dpci_virtio_net.c638 if (get_config_bool_default("virtio.net.debug", false)) in pci_vtnet_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 Dvirtio.c512 if (!get_config_bool_default("virtio.legacy", true)) in vi_pci_init()
514 else if (!get_config_bool_default("virtio.modern", true)) in vi_pci_init()
H A Dpci_virtio_viona.c953 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()