/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 295 if (LogLevel > logl) 313 if (LogLevel > logl) 325 if (LogLevel > logl) 338 if (LogLevel > logl) 356 if (LogLevel > logl) 364 if (LogLevel > logl) 372 if (LogLevel > logl) 389 if (LogLevel > logl) 423 if (LogLevel > 12) 449 if (LogLevel > 0) [all …]
|
H A D | sfsasl.c | 224 if (LogLevel > 7) 317 if (LogLevel > 7) 608 if (LogLevel > 14) 618 if (LogLevel > 5) 771 if (LogLevel > 9) 796 if (LogLevel > 7) 800 else if (LogLevel > 8) 814 else if (LogLevel > 7) 907 if (LogLevel > 7) 911 else if (LogLevel > 8) [all …]
|
H A D | srvrsmtp.c | 846 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);\ 847 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) \ 893 if (LogLevel > 8 && (dnow = curtime()) > log_delay) \ 1136 if (LogLevel > 4) 1193 if (LogLevel > 9) 1678 if (LogLevel > (smtp.sm_gotmail ? 1 : 19)) 1918 if (LogLevel > 8) 1938 if (LogLevel > 5) 1970 if (LogLevel >= 9) \ 1997 if (LogLevel > 14) [all …]
|
H A D | alias.c | 98 if (LogLevel > 8) 137 if (LogLevel > 10) 482 if (LogLevel > 3) 492 if (LogLevel > 3) 590 if (LogLevel > 7) 948 if (LogLevel > 7 && logstats) 1043 if (LogLevel > 2) 1085 if (LogLevel > (RunAsUid == 0 ? 2 : 10))
|
H A D | queue.c | 433 if (LogLevel > 0 && (i % 32) == 0) 454 if (LogLevel > 0 && (i % 32) == 0) 770 if (LogLevel > 8) 940 if (LogLevel > 0) 973 if (LogLevel > 79) 979 if (LogLevel > 79) 1268 if (LogLevel > 8) in restart_marked_work_groups() 1449 if (LogLevel > 1) in checkqueuerunner() 1840 if (LogLevel > 8) 1856 if (LogLevel > 8) [all …]
|
H A D | tlsh.c | 194 if (log && LogLevel > 8) 213 if (log && LogLevel > 9)
|
H A D | collect.c | 833 if (LogLevel > 1) 956 if (LogLevel > 0 && (sm_io_eof(fp) || (0 != (bare_lf | bare_cr)))) 988 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel); 989 if (bitset(EF_LOGSENDER, e->e_flags) && LogLevel > 4) 998 if ((0 != bare_xy) && LogLevel > 8) \ 1020 if (LogLevel > 6)
|
H A D | err.c | 213 if (LogLevel > 0) 338 if (LogLevel > 3 && LogUsrErrs) 426 if (LogLevel > 3 && LogUsrErrs) 679 if (LogLevel > 14 && (OpMode == MD_SMTP || OpMode == MD_DAEMON)) 755 if (LogLevel > 0)
|
H A D | usersmtp.c | 472 if (LogLevel > 8 && !logged) 843 if (LogLevel > 5) 868 if (LogLevel > 8) 1038 if (LogLevel > 8) 1425 if (LogLevel > (r != ENOENT ? 8 : 10)) 1461 if (LogLevel > 12) 1474 if (LogLevel > 8) 1797 if (saslresult == SASL_NOMECH && LogLevel > 8) 1835 if (LogLevel > 8) 2353 if (LogLevel > 1) [all …]
|
H A D | envelope.c | 204 if (LogLevel > 84) 219 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel); 220 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) 576 if (e->e_ntries > 0 && LogLevel > 9) 1028 if (from != NULL && LogLevel > 2) 1187 if (LogLevel > 2)
|
H A D | recipient.c | 635 if ((SuprErrs || !LogUsrErrs) && LogLevel > 0) 871 if (LogLevel > 2) 949 if (LogLevel > 8) 1653 if (LogLevel > 11) 1785 if (LogLevel > 11) 1831 if (LogLevel > 11) 1875 if (forwarding && LogLevel > 10)
|
H A D | readcf.c | 206 if (LogLevel > 0) 2555 if (EX_OK != rv && LogLevel > 8) 2564 if (EX_OK == rv && LogLevel > 9) 2572 if (LogLevel > 9) 2586 if (LogLevel > 9 && len > 1) 2599 if (LogLevel > 7) \ 2648 if (LogLevel > 13) 2663 if (LogLevel > 8) 2680 if (LogLevel > 7) 2696 if (LogLevel > 7) [all …]
|
H A D | sched.c | 39 if (LogLevel > 8) \
|
/freebsd/crypto/openssh/ |
H A D | log.h | 50 } LogLevel; typedef 52 typedef void (log_handler_fn)(LogLevel, int, const char *, void *); 54 void log_init(const char *, LogLevel, SyslogFacility, int); 55 LogLevel log_level_get(void); 56 int log_change_level(LogLevel); 64 LogLevel log_level_number(char *); 65 const char * log_level_name(LogLevel); 71 LogLevel, const char *, const char *, ...) 74 LogLevel, const char *, const char *, va_list); 76 LogLevel, const char *, const char *, ...) __attribute__((noreturn)) [all …]
|
H A D | log.c | 56 static LogLevel log_level = SYSLOG_LEVEL_INFO; 96 LogLevel val; 111 LogLevel 140 LogLevel 153 log_level_name(LogLevel level) in log_level_name() 194 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init() 277 log_change_level(LogLevel new_log_level) in log_change_level() 337 do_log(LogLevel level, int force, const char *suffix, const char *fmt, in do_log() 428 LogLevel level, const char *suffix, const char *fmt, ...) in sshlog() 439 LogLevel leve in sshlogdie() [all...] |
H A D | fatal.c | 38 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
|
H A D | ssh-sk-helper.c | 277 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() 332 if (!vflag && log_level_name((LogLevel)ll) != NULL) in main() 333 log_init(__progname, (LogLevel)ll, log_facility, log_stderr); in main()
|
H A D | blacklist.c | 64 LogLevel imlevel; in im_log()
|
H A D | monitor_wrap.h | 43 void mm_log_handler(LogLevel, int, const char *, void *);
|
/freebsd/usr.sbin/ppp/ |
H A D | fsm.c | 131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name); in StoppedTimeout() 143 int maxcode, int LogLevel, struct bundle *bundle, in fsm_Init() argument 158 fp->LogLevel = LogLevel; in fsm_Init() 171 log_Printf(fp->LogLevel, "%s: State change %s --> %s\n", in NewState() 195 if (log_IsKept(fp->LogLevel)) { in fsm_Output() 196 log_Printf(fp->LogLevel, "%s: Send%s(%d) state = %s\n", in fsm_Output() 205 log_Printf(fp->LogLevel, " [EMPTY]\n"); in fsm_Output() 297 log_Printf(fp->LogLevel, "FSM: Using \"%s\" as a transport\n", in fsm_Up() 307 log_Printf(fp->LogLevel, "%s: Oops, Up at %s\n", in fsm_Up() 496 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigReq() [all …]
|
H A D | timer.c | 235 timer_Show(int LogLevel, struct prompt *prompt) in timer_Show() argument 261 log_Printf(LogLevel, "---- Begin of Timer Service List---\n"); in timer_Show() 268 log_Printf(LogLevel, DISP); in timer_Show() 272 log_Printf(LogLevel, "---- End of Timer Service List ---\n"); in timer_Show()
|
H A D | timer.h | 55 extern void timer_Show(int LogLevel, struct prompt *);
|
/freebsd/crypto/openssh/regress/misc/sk-dummy/ |
H A D | fatal.c | 14 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
|
/freebsd/contrib/netbsd-tests/fs/psshfs/ |
H A D | sshd_config.in | 8 LogLevel DEBUG1
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | sshd_config.in | 8 LogLevel DEBUG1
|