Home
last modified time | relevance | path

Searched refs:LogLevel (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c443 if (LogLevel > 0)
560 if (LogLevel > 12)
589 if (LogLevel > 7)
718 if (LogLevel > 7)
731 if (LogLevel > 7)
747 if (LogLevel > 5)
790 if (LogLevel > 9)
798 if (LogLevel > 9)
811 if (LogLevel > 9)
826 if (LogLevel > 9)
[all …]
H A Dsfsasl.c228 if (LogLevel > 7)
321 if (LogLevel > 7)
616 if (LogLevel > 14)
626 if (LogLevel > 5)
779 if (LogLevel > 9)
804 if (LogLevel > 7)
808 else if (LogLevel > 8)
822 else if (LogLevel > 7)
915 if (LogLevel > 7)
919 else if (LogLevel > 8)
[all …]
H A Dsrvrsmtp.c986 if (LogLevel > 4)
1044 if (LogLevel > 9)
1855 if (LogLevel > 14)
2960 LogLevel > 5)
3358 if (LogLevel > 5)
3480 if (LogLevel > 5)
3585 LogLevel);
3655 if (LogLevel > 0)
4169 if (LogLevel > 9)
5179 if (LogLevel > 9)
[all …]
H A Dalias.c96 if (LogLevel > 8)
135 if (LogLevel > 10)
465 if (LogLevel > 3)
475 if (LogLevel > 3)
576 if (LogLevel > 7)
849 if (LogLevel > 7 && logstats)
936 if (LogLevel > 2)
978 if (LogLevel > (RunAsUid == 0 ? 2 : 10))
H A Dqueue.c763 if (LogLevel > 8)
966 if (LogLevel > 79)
972 if (LogLevel > 79)
1233 if (LogLevel > 8) in restart_marked_work_groups()
1414 if (LogLevel > 1) in checkqueuerunner()
1802 if (LogLevel > 8)
1943 if (LogLevel > 8)
1961 if (LogLevel > 8)
3882 if (LogLevel > 76)
4123 if (LogLevel > 0)
[all …]
H A Dtlsh.c190 if (log && LogLevel > 8)
201 if (log && LogLevel > 9)
H A Derr.c214 if (LogLevel > 0)
339 if (LogLevel > 3 && LogUsrErrs)
427 if (LogLevel > 3 && LogUsrErrs)
680 if (LogLevel > 14 && (OpMode == MD_SMTP || OpMode == MD_DAEMON))
751 if (LogLevel > 0)
H A Dcollect.c712 if (LogLevel > 1)
821 if (LogLevel > 0 && sm_io_eof(fp))
858 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);
859 if (bitset(EF_LOGSENDER, e->e_flags) && LogLevel > 4)
875 if (LogLevel > 6)
H A Dusersmtp.c440 if (LogLevel > 8 && !logged)
810 if (LogLevel > 5)
835 if (LogLevel > 8)
1005 if (LogLevel > 8)
1428 if (LogLevel > 12)
1441 if (LogLevel > 8)
1802 if (LogLevel > 8)
2275 if (LogLevel > 1)
2525 if (LogLevel > 1)
2653 if (LogLevel > 1)
[all …]
H A Denvelope.c203 if (LogLevel > 84)
218 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);
219 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags))
579 if (e->e_ntries > 0 && LogLevel > 9)
1044 if (from != NULL && LogLevel > 2)
1200 if (LogLevel > 2)
H A Drecipient.c621 if ((SuprErrs || !LogUsrErrs) && LogLevel > 0)
857 if (LogLevel > 2)
935 if (LogLevel > 8)
1640 if (LogLevel > 11)
1772 if (LogLevel > 11)
1818 if (LogLevel > 11)
1862 if (forwarding && LogLevel > 10)
H A Ddaemon.c1016 if (LogLevel > 8)
1038 if (LogLevel > 8)
1135 if (LogLevel > 0)
1401 if (LogLevel > 2)
2562 if (LogLevel > 2)
2840 if (LogLevel > 13)
3164 if (LogLevel > 9) in shutdown_daemon()
3250 if (LogLevel > 3) in restart_daemon()
3256 if (LogLevel > 3) in restart_daemon()
3281 if (LogLevel > 0) in restart_daemon()
[all …]
H A Dmain.c1260 if (MissingFds != 0 && LogLevel > 8)
1459 RealUid != 0 && RealUid != TrustedUid && LogLevel > 1)
1502 if (j < 0 && (RefuseLowMem > 0 || QueueLowMem > 0) && LogLevel > 4)
1547 if (LogLevel > 1)
1605 if (LogLevel > 1)
2632 if (LogLevel > 9)
3095 if (LogLevel > 78)
3328 if (sig != 0 && LogLevel > 79)
3373 if (LogLevel > 93)
3458 if (LogLevel > 71)
[all …]
/freebsd-13.1/crypto/openssh/
H A Dlog.h50 } 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 Dlog.c56 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 Dfatal.c38 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
H A Dssh-sk-helper.c274 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main()
329 if (!vflag && log_level_name((LogLevel)ll) != NULL) in main()
330 log_init(__progname, (LogLevel)ll, log_facility, log_stderr); in main()
H A Dblacklist.c64 LogLevel imlevel; in im_log()
H A Dmonitor_wrap.h43 void mm_log_handler(LogLevel, int, const char *, void *);
/freebsd-13.1/usr.sbin/ppp/
H A Dfsm.c160 fp->LogLevel = LogLevel; in fsm_Init()
197 if (log_IsKept(fp->LogLevel)) { in fsm_Output()
207 log_Printf(fp->LogLevel, " [EMPTY]\n"); in fsm_Output()
309 log_Printf(fp->LogLevel, "%s: Oops, Up at %s\n", in fsm_Up()
498 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigReq()
520 log_Printf(fp->LogLevel, "%s: Oops, RCR in %s.\n", in FsmRecvConfigReq()
632 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigAck()
694 log_Printf(fp->LogLevel, "%s: Oops, RCN in %s.\n", in FsmRecvConfigNak()
716 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigNak()
746 log_Printf(fp->LogLevel, "%s: Oops, RTR in %s\n", in FsmRecvTermReq()
[all …]
H A Dtimer.c237 timer_Show(int LogLevel, struct prompt *prompt) in timer_Show() argument
263 log_Printf(LogLevel, "---- Begin of Timer Service List---\n"); in timer_Show()
270 log_Printf(LogLevel, DISP); in timer_Show()
274 log_Printf(LogLevel, "---- End of Timer Service List ---\n"); in timer_Show()
H A Dtimer.h57 extern void timer_Show(int LogLevel, struct prompt *);
/freebsd-13.1/crypto/openssh/regress/misc/sk-dummy/
H A Dfatal.c14 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
/freebsd-13.1/contrib/netbsd-tests/lib/librumphijack/
H A Dsshd_config.in8 LogLevel DEBUG1
/freebsd-13.1/contrib/netbsd-tests/fs/psshfs/
H A Dsshd_config.in8 LogLevel DEBUG1

123