Searched refs:do_log (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | log.c | 161 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error() 172 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie() 187 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit() 199 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose() 211 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug() 221 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2() 231 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3() 347 do_log(level, fmt, args); in do_log2() 352 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
|
D | fatal.c | 42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
D | log.h | 73 void do_log(LogLevel, const char *, va_list);
|
D | ssh-keyscan.c | 592 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
/external/qemu/ |
D | qemu-monitor.hx | 166 { "log", "s", do_log,
|
D | monitor.c | 518 static void do_log(Monitor *mon, const char *items) in do_log() function
|