Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c522 return (get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix()
962 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
1135 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in fbsdrun_set_capabilities()
1157 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in fbsdrun_set_capabilities()
1170 if (get_config_bool_default("x86.x2apic", false)) in fbsdrun_set_capabilities()
1537 if (get_config_bool_default("config.dump", false)) { in main()
1581 if (get_config_bool_default("memory.wired", false)) in main()
1583 if (get_config_bool_default("memory.guest_in_core", false)) in main()
1645 if (get_config_bool_default("e820.debug", false)) in main()
1698 if (get_config_bool_default("x86.mptable", true)) { in main()
[all …]
H A Drtc.c67 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
79 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
H A Dconfig.h121 bool get_config_bool_default(const char *path, bool def);
H A Dprivileges.c101 priv_debug = get_config_bool_default("privileges.debug", false); in illumos_priv_init()
H A Dinout.c136 get_config_bool_default("x86.strictio", false)) in emulate_inout()
H A Dconfig.c402 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
H A Dpci_lpc.c333 if (get_config_bool_default(node_name, false)) { in lpc_init()
H A Dgdb.c1880 wait = get_config_bool_default("gdb.wait", false); in init_mdb()
1923 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
H A Dbasl.c377 load_into_memory = get_config_bool_default("acpi_tables_in_memory",
H A Dpci_virtio_viona.c704 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.c2877 if (get_config_bool_default("xhci.debug", false)) in pci_xhci_init()