Home
last modified time | relevance | path

Searched refs:do_log (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dlog.c168 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error()
179 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie()
191 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logdie()
204 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit()
216 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose()
228 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug()
238 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2()
248 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3()
396 do_log(level, fmt, args); in do_log2()
401 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
H A Dfatal.c42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
H A Dblacklist.c79 do_log(imlevel, message, args); in im_log()
H A Dlog.h79 void do_log(LogLevel, const char *, va_list);
H A Dssh-keyscan.c629 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
H A Dssh_namespace.h256 #define do_log Fssh_do_log macro
/freebsd-12.1/crypto/heimdal/appl/rsh/
H A Drshd.c71 static int do_log = 1; variable
864 { NULL, 'L', arg_flag, &do_log },
/freebsd-12.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1277 do_log(svnlook_ctxt_t *c, svn_boolean_t print_size, apr_pool_t *pool) in do_log() function
2309 SVN_ERR(do_log(c, TRUE, pool)); in subcommand_info()
2323 SVN_ERR(do_log(c, FALSE, pool)); in subcommand_log()
/freebsd-12.1/sys/kern/
H A Dkern_shutdown.c681 SYSCTL_INT(_debug_kassert, OID_AUTO, do_log, KASSERT_RWTUN,