Searched refs:log_debug (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sbin/isakmpd/ |
| D | log.h | 64 #define LOG_DBG(x) log_debug x 67 extern void log_debug(int, int, const char *,...)
|
| D | log.c | 230 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/ |
| D | pflogd.c | 66 int log_debug = 0; variable 139 if (log_debug) { in logmsg() 542 log_debug = Debug; in main()
|
| /mirbsd/src/usr.sbin/ntpd/ |
| D | ntpd.c | 191 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()
|
| D | log.c | 127 log_debug(const char *emsg, ...) in log_debug() function
|
| D | client.c | 35 #define log_reply log_debug 376 log_debug("%s %s: %s", operation, address, strerror(error)); in client_log_error()
|
| D | ntpd.h | 246 void log_debug(const char *, ...)
|
| D | ntp.c | 247 log_debug("no reply from %s received in time, " in ntp_main()
|