/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 423 if (LogLevel > 12) 483 if (LogLevel > 0) 600 if (LogLevel > 12) 629 if (LogLevel > 7) 760 if (LogLevel > 7) 773 if (LogLevel > 7) 789 if (LogLevel > 5) 832 if (LogLevel > 9) 840 if (LogLevel > 9) 853 if (LogLevel > 9) [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 | 1136 if (LogLevel > 4) 1193 if (LogLevel > 9) 1997 if (LogLevel > 14) 3156 LogLevel > 5) 3576 if (LogLevel > 5) 3698 if (LogLevel > 5) 3824 LogLevel); 3918 if (LogLevel > 0) 4455 if (LogLevel > 9) 5515 if (LogLevel > 9) [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 | 770 if (LogLevel > 8) 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) 1981 if (LogLevel > 8) 1999 if (LogLevel > 8) 3939 if (LogLevel > 76) 4181 if (LogLevel > 0) [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) 1461 if (LogLevel > 12) 1474 if (LogLevel > 8) 1835 if (LogLevel > 8) 2353 if (LogLevel > 1) 2627 if (LogLevel > 1) 2752 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 | sched.c | 39 if (LogLevel > 8) \
|
H A D | readcf.c | 206 if (LogLevel > 0) 2572 if (LogLevel > 9) 2599 if (LogLevel > 7) \ 2648 if (LogLevel > 13) 2663 if (LogLevel > 8) 2680 if (LogLevel > 7) 2696 if (LogLevel > 7) 2736 if (LogLevel > 7) 2750 if (LogLevel > 7) 2770 if (LogLevel > 7) [all …]
|
/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() 428 LogLevel level, const char *suffix, const char *fmt, ...) in sshlog() 439 LogLevel level, const char *suffix, const char *fmt, ...) in sshlogdie() 452 LogLevel level, const char *suffix, const char *fmt, ...) in sshsigdie() [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 | 158 fp->LogLevel = LogLevel; in fsm_Init() 195 if (log_IsKept(fp->LogLevel)) { in fsm_Output() 205 log_Printf(fp->LogLevel, " [EMPTY]\n"); in fsm_Output() 307 log_Printf(fp->LogLevel, "%s: Oops, Up at %s\n", in fsm_Up() 496 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigReq() 518 log_Printf(fp->LogLevel, "%s: Oops, RCR in %s.\n", in FsmRecvConfigReq() 630 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigAck() 692 log_Printf(fp->LogLevel, "%s: Oops, RCN in %s.\n", in FsmRecvConfigNak() 714 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigNak() 744 log_Printf(fp->LogLevel, "%s: Oops, RTR in %s\n", in FsmRecvTermReq() [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
|