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

/freebsd-current/usr.sbin/ctld/
H A Dctld.c106 conf->conf_debug = 0;
1924 if (oldconf->conf_debug != newconf->conf_debug) {
1925 log_debugx("changing debug level to %d", newconf->conf_debug);
1926 log_init(newconf->conf_debug);
2813 oldconf->conf_debug = debug;
2814 newconf->conf_debug = debug;
2852 tmpconf->conf_debug = debug;
2872 newconf->conf_debug = debug;
H A Dctld.h213 int conf_debug; member in struct:conf
H A Dparse.y119 conf->conf_debug = tmp;
H A Duclparse.c257 conf->conf_debug = ucl_object_toint(obj);

Completed in 70 milliseconds