Home
last modified time | relevance | path

Searched refs:log_debug (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sbin/isakmpd/
Dlog.h64 #define LOG_DBG(x) log_debug x
67 extern void log_debug(int, int, const char *,...)
Dlog.c230 log_debug(int cls, int level, const char *fmt, ...) in log_debug() function
259 log_debug(cls, level, "%s:", header); in log_debug_buf()
266 log_debug(cls, level, "%s", s); in log_debug_buf()
274 log_debug(cls, level, "%s", s); in log_debug_buf()
/mirbsd/src/sbin/pflogd/
Dpflogd.c66 int log_debug = 0; variable
139 if (log_debug) { in logmsg()
542 log_debug = Debug; in main()
/mirbsd/src/usr.sbin/ntpd/
Dntpd.c191 log_debug("no reply received in time, skipping initial " in main()
376 log_debug("adjusting local clock by %fs, old drift %fs", d, o); in ntpd_adjtime()
Dlog.c127 log_debug(const char *emsg, ...) in log_debug() function
Dclient.c35 #define log_reply log_debug
376 log_debug("%s %s: %s", operation, address, strerror(error)); in client_log_error()
Dntpd.h246 void log_debug(const char *, ...)
Dntp.c247 log_debug("no reply from %s received in time, " in ntp_main()