Searched refs:do_log (Results 1 – 11 of 11) sorted by relevance
/external/openssh/ |
D | log.c | 162 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error() 173 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie() 185 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logdie() 198 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit() 210 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose() 222 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug() 232 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2() 242 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3() 387 do_log(level, fmt, args); in do_log2() 392 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 | 78 void do_log(LogLevel, const char *, va_list);
|
D | ssh-keyscan.c | 677 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
/external/minijail/ |
D | util.h | 63 do_log(LOG_WARNING, "libminijail[%d]: " _msg, getpid(), ## __VA_ARGS__) 69 do_log(LOG_INFO, "libminijail[%d]: " _msg, getpid(), ## __VA_ARGS__) 96 extern void do_log(int priority, const char *format, ...)
|
D | util.c | 130 void do_log(int priority, const char *format, ...) in do_log() function
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 269 GLboolean do_output, do_log; in _mesa_error() local 281 do_log = _mesa_debug_is_message_enabled(ctx->Debug, in _mesa_error() 288 do_log = GL_FALSE; in _mesa_error() 292 if (do_output || do_log) { in _mesa_error() 323 if (do_log) { in _mesa_error()
|
/external/u-boot/cmd/ |
D | log.c | 106 static int do_log(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_log() function 140 log, CONFIG_SYS_MAXARGS, 1, do_log,
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 176 do_log() 211 do_log
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 455 def do_log(self, opts, files): member in rcvs
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 616 def do_log(self): member in FaqWizard
|