Searched refs:log_out (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | unix.c | 137 log_out(ctx, _("%s: %u/%u files (%0d.%d%% non-contiguous), " in show_stats() 147 log_out(ctx, "\nFilesystem features:"); in show_stats() 152 log_out(ctx, " %s", in show_stats() 159 log_out(ctx, " (none)"); in show_stats() 160 log_out(ctx, "\n"); in show_stats() 163 log_out(ctx, P_("\n%12u inode used (%2.2f%%, out of %u)\n", in show_stats() 167 log_out(ctx, P_("%12u non-contiguous file (%0d.%d%%)\n", in show_stats() 172 log_out(ctx, P_("%12u non-contiguous directory (%0d.%d%%)\n", in show_stats() 177 log_out(ctx, _(" # of inodes with ind/dind/tind blocks: " in show_stats() 185 log_out(ctx, "%s", _(" Extent depth histogram: ")); in show_stats() [all …]
|
D | util.c | 71 log_out(ctx, _("\n%s: ***** FILE SYSTEM WAS MODIFIED *****\n"), in fatal_error() 77 log_out(ctx, _("\n%s: ********** WARNING: Filesystem still has " in fatal_error() 91 void log_out(e2fsck_t ctx, const char *fmt, ...) in log_out() function 233 log_out(ctx, "%s%s%s? ", string, extra_prompt, defstr); in ask_yn() 243 log_out(ctx, "\n"); in ask_yn() 246 log_out(ctx, "%s", _("cancelled!\n")); in ask_yn() 279 log_out(ctx, "%s", _("yes to all\n")); in ask_yn() 281 log_out(ctx, "%s", _("yes\n")); in ask_yn() 283 log_out(ctx, "%s", _("no\n")); in ask_yn() 293 log_out(ctx, _("%s? no\n\n"), string); in ask() [all …]
|
D | e2fsck.h | 604 extern void log_out(e2fsck_t ctx, const char *fmt, ...)
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_log.c | 126 fprintf(ctx->log_out, in process_chunk() 153 fprintf(ctx->log_out, "%016"PRIu64" %016"PRIu64" %+9d: %s\n", in process_chunk() 160 fprintf(ctx->log_out, "ELAPSED: %"PRIu64" ns\n", in process_chunk() 166 fprintf(ctx->log_out, "END OF FRAME %u\n", ctx->frame_nr++); in process_chunk() 194 fprintf(ctx->log_out, "WARNING: last processed chunk not last in batch?"); in fd_log_process() 197 fflush(ctx->log_out); in fd_log_process() 252 fprintf(ctx->log_out, "WARNING: no log chunks!\n"); in fd_log_eof()
|
D | freedreno_context.c | 472 ctx->log_out = stdout; in fd_context_init() 488 ctx->log_out = f; in fd_context_init()
|
D | freedreno_context.h | 395 FILE *log_out; member
|