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

/freebsd-12-stable/sys/dev/an/
H A Dif_an.c204 static char an_conf[256]; variable
220 char *s = an_conf;
226 strcpy(an_conf, "off");
229 strcpy(an_conf, "type");
232 strcpy(an_conf, "dump");
235 snprintf(an_conf, 5, "%x", an_dump);
239 error = sysctl_handle_string(oidp, an_conf, sizeof(an_conf), req);
241 if (strncmp(an_conf,"off", 3) == 0) {
244 if (strncmp(an_conf,"dum
[all...]

Completed in 43 milliseconds