Searched refs:do_log (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | log.c | 168 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 D | fatal.c | 42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| H A D | blacklist.c | 79 do_log(imlevel, message, args); in im_log()
|
| H A D | log.h | 79 void do_log(LogLevel, const char *, va_list);
|
| H A D | ssh-keyscan.c | 629 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| H A D | ssh_namespace.h | 256 #define do_log Fssh_do_log macro
|
| /freebsd-12.1/crypto/heimdal/appl/rsh/ |
| H A D | rshd.c | 71 static int do_log = 1; variable 864 { NULL, 'L', arg_flag, &do_log },
|
| /freebsd-12.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 1277 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 D | kern_shutdown.c | 681 SYSCTL_INT(_debug_kassert, OID_AUTO, do_log, KASSERT_RWTUN,
|