Searched refs:SYSLOG_LEVEL_VERBOSE (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | log.h | 43 SYSLOG_LEVEL_VERBOSE, enumerator 86 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS… 97 #define verbose_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_VERBOSE, NULL, __VA_AR… 108 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),… 117 #define verbose_fr(r, ...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_VERBOSE, ssh_err(r)…
|
| H A D | log.c | 97 { "VERBOSE", SYSLOG_LEVEL_VERBOSE }, 260 case SYSLOG_LEVEL_VERBOSE: in log_change_level() 339 case SYSLOG_LEVEL_VERBOSE: in do_log()
|
| H A D | hostfile.c | 550 int loglevel = ctx->quiet ? SYSLOG_LEVEL_DEBUG1 : SYSLOG_LEVEL_VERBOSE; in host_delete() 595 int loglevel = quiet ? SYSLOG_LEVEL_DEBUG1 : SYSLOG_LEVEL_VERBOSE; in hostfile_replace_entries()
|
| H A D | sftp-server.c | 551 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status_errmsg()
|
| H A D | clientloop.c | 2252 LogLevel loglevel = asking ? SYSLOG_LEVEL_INFO : SYSLOG_LEVEL_VERBOSE; in update_known_hosts()
|