Searched refs:sshlog (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | log.h | 70 void sshlog(const char *, const char *, int, int, 108 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__) 109 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__) 110 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__) 111 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__) 112 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS… 113 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__) 114 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__) 119 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__) 120 #define debug3_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS… [all …]
|
| H A D | log.c | 428 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() function
|
| H A D | ssh_namespace.h | 948 #define sshlog Fssh_sshlog macro
|
| H A D | ChangeLog | 2313 upstream: sk-dummy.so needs sshlog() stub after ed25519-openssl.c 2412 add sshlog() replacement to sk-dummy.so
|
| /freebsd/crypto/openssh/regress/misc/sk-dummy/ |
| H A D | fatal.c | 25 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() function
|