Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dvmexit.c110 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()
H A Dbhyverun_machdep.c204 if (!get_config_bool("acpi_tables")) in bhyve_optparse()
388 if (get_config_bool("acpi_tables")) { in bhyve_init_platform_late()
/freebsd/crypto/heimdal/lib/krb5/
H A Dinit_creds.c128 get_config_bool (krb5_context context, in get_config_bool() function
162 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()
/freebsd/usr.sbin/bhyve/
H A Dconfig.h119 bool get_config_bool(const char *path);
H A Dconfig.c379 get_config_bool(const char *path) in get_config_bool() function
H A Dbhyverun.c931 if (get_config_bool("acpi_tables")) in main()