Searched refs:get_config_bool_default (Results 1 – 18 of 18) 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 | 373 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 D | config.h | 130 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 | 402 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
|
| H A D | pci_emul.c | 809 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 D | pci_virtio_block.c | 523 if (get_config_bool_default("virtio.blk.debug", false)) in pci_vtblk_init()
|
| H A D | pci_virtio_net.c | 638 if (get_config_bool_default("virtio.net.debug", false)) in pci_vtnet_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 | virtio.c | 512 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 D | pci_virtio_viona.c | 953 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()
|