Home
last modified time | relevance | path

Searched refs:get_config_bool (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.h119 bool get_config_bool(const char *path);
H A Dbhyverun.c708 if (get_config_bool("x86.strictmsr")) { in vmexit_rdmsr()
734 if (get_config_bool("x86.strictmsr")) { in vmexit_wrmsr()
1665 if (get_config_bool("acpi_tables")) in main()
1710 if (get_config_bool("acpi_tables")) { in main()
H A Dconfig.c391 get_config_bool(const char *path) in get_config_bool() function