Home
last modified time | relevance | path

Searched refs:SYSLOG_LEVEL_ERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dlog.c90 { "ERROR", SYSLOG_LEVEL_ERROR },
139 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error()
298 case SYSLOG_LEVEL_ERROR: in log_init()
388 case SYSLOG_LEVEL_ERROR: in do_log()
/titanic_50/usr/src/cmd/ssh/include/
H A Dlog.h55 SYSLOG_LEVEL_ERROR, enumerator
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c64 LogLevel log_level = SYSLOG_LEVEL_ERROR;
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c420 if (options.log_level > SYSLOG_LEVEL_ERROR) { in input_userauth_banner()