Searched refs:get_config_bool_default (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | bhyverun_machdep.c | 71 if (get_config_bool_default("x86.vmexit_on_hlt", false)) { in bhyve_init_vcpu() 80 if (get_config_bool_default("x86.vmexit_on_pause", false)) { in bhyve_init_vcpu() 92 if (get_config_bool_default("x86.x2apic", false)) in bhyve_init_vcpu() 166 if (get_config_bool_default("x86.mptable", true)) { in bhyve_init_platform_late()
|
| H A D | rtc.c | 65 if (get_config_bool_default("rtc.use_localtime", true)) { in rtc_time()
|
| H A D | inout.c | 124 get_config_bool_default("x86.strictio", false)) in emulate_inout()
|
| H A D | vmexit.c | 408 if (get_config_bool_default("destroy_on_poweroff", false)) in vmexit_suspend()
|
| H A D | pci_lpc.c | 309 if (get_config_bool_default(node_name, false)) { in lpc_init()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | config.h | 121 bool get_config_bool_default(const char *path, bool def);
|
| H A D | bhyverun.c | 402 return (get_config_bool_default("virtio_msix", true)); in fbsdrun_virtio_msix() 870 if (get_config_bool_default("config.dump", false)) { in main() 920 if (get_config_bool_default("memory.wired", false)) in main() 922 if (get_config_bool_default("memory.guest_in_core", false)) in main()
|
| H A D | config.c | 390 get_config_bool_default(const char *path, bool def) in get_config_bool_default() function
|
| H A D | basl.c | 361 load_into_memory = get_config_bool_default("acpi_tables_in_memory", in basl_finish()
|
| H A D | gdb.c | 2051 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
|