Searched refs:get_config_bool (Results 1 – 6 of 6) sorted by relevance
110 if (get_config_bool("x86.strictmsr") || in vmexit_rdmsr()111 get_config_bool("x86.verbosemsr")) { in vmexit_rdmsr()115 if (get_config_bool("x86.strictmsr")) { in vmexit_rdmsr()143 if (get_config_bool("x86.strictmsr") || in vmexit_wrmsr()144 get_config_bool("x86.verbosemsr")) { in vmexit_wrmsr()148 if (get_config_bool("x86.strictmsr")) { in vmexit_wrmsr()
204 if (!get_config_bool("acpi_tables")) in bhyve_optparse()388 if (get_config_bool("acpi_tables")) { in bhyve_init_platform_late()
128 get_config_bool (krb5_context context, in get_config_bool() function162 b = get_config_bool (context, KRB5_FORWARDABLE_DEFAULT, in krb5_get_init_creds_opt_set_default_flags()167 b = get_config_bool (context, FALSE, realm, "proxiable"); in krb5_get_init_creds_opt_set_default_flags()
119 bool get_config_bool(const char *path);
379 get_config_bool(const char *path) in get_config_bool() function
931 if (get_config_bool("acpi_tables")) in main()