Searched refs:do_log (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | log.c | 139 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error() 149 do_log(SYSLOG_LEVEL_NOTICE, fmt, args); in notice() 161 do_log(SYSLOG_LEVEL_INFO, fmt, args); in log() 173 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose() 185 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug() 195 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2() 205 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3() 368 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
|
H A D | fatal.c | 39 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | log.h | 85 void do_log(LogLevel, const char *, va_list);
|
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 685 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|