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

/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c101 conf->conf_debug = 0;
1814 if (oldconf->conf_debug != newconf->conf_debug) {
1815 log_debugx("changing debug level to %d", newconf->conf_debug);
1816 log_init(newconf->conf_debug);
2534 oldconf->conf_debug = debug;
2535 newconf->conf_debug = debug;
2571 tmpconf->conf_debug = debug;
2591 newconf->conf_debug = debug;
H A Dctld.h208 int conf_debug; member in struct:conf
H A Dparse.y117 conf->conf_debug = tmp;

Completed in 109 milliseconds