Searched refs:an_conf_cache (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/an/
H A Dif_an.c203 static char an_conf_cache[256]; variable
277 strcpy(an_conf_cache, "per");
280 strcpy(an_conf_cache, "raw");
283 strcpy(an_conf_cache, "dbm");
287 error = sysctl_handle_string(oidp, an_conf_cache,
288 sizeof(an_conf_cache), req);
290 if (strncmp(an_conf_cache,"dbm", 3) == 0) {
293 if (strncmp(an_conf_cache,"per", 3) == 0) {
296 if (strncmp(an_conf_cache,"raw", 3) == 0) {
304 0, sizeof(an_conf_cache), sysctl_an_cache_mod
[all...]

Completed in 801 milliseconds