HomeSort by relevance Sort by last modified time
    Searched defs:log_fn (Results 1 - 6 of 6) sorted by null

  /external/libevent/
log.c 190 static event_log_cb log_fn = NULL; variable
195 log_fn = cb;
201 if (log_fn)
202 log_fn(severity, msg);
  /external/e2fsprogs/e2fsck/
logfile.c 162 static void expand_logfn(e2fsck_t ctx, const char *log_fn, struct string *s)
169 for (cp = log_fn; *cp; cp++) {
291 char *s0 = 0, *log_dir = 0, *log_fn = 0; local
298 if (ctx->log_fn)
299 log_fn = string_copy(ctx, ctx->log_fn, 0);
302 0, 0, &log_fn);
305 if (!log_fn || !log_fn[0])
308 expand_logfn(ctx, log_fn, &s)
    [all...]
e2fsck.h 228 char *log_fn; member in struct:e2fsck_struct
  /external/kmod/libkmod/
libkmod.c 78 void (*log_fn)(void *data, member in struct:kmod_ctx
96 if (ctx->log_fn == NULL)
100 ctx->log_fn(ctx->log_data, priority, file, line, fn, format, args);
261 ctx->log_fn = log_filep;
346 * @log_fn: function to be called for logging messages
354 void (*log_fn)(void *data,
362 ctx->log_fn = log_fn;
364 INFO(ctx, "custom logging function %p registered\n", log_fn);
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 64 char log_fn[1024] = {0}; local
73 strcpy(log_fn, PSB_VIDEO_DEBUG_FILE);
74 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Log file %s , force use %s\n", env_fn, log_fn);
76 snprintf(log_fn + strnlen(log_fn, 1024),
77 (1024 - 8 - strnlen(log_fn, 1024)),
79 psb_video_debug_fp = fopen(log_fn, "w");
82 log_fn, strerror(errno));
85 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Log file %s open successfully\n", log_fn);
97 strcpy(log_fn, PSB_VIDEO_TRACE_FILE)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.h 142 tdb_log_func log_fn; member in struct:tdb_logging_context

Completed in 1372 milliseconds