Home
last modified time | relevance | path

Searched refs:log_out (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
Dunix.c137 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 …]
Dutil.c71 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 …]
De2fsck.h604 extern void log_out(e2fsck_t ctx, const char *fmt, ...)
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c126 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()
Dfreedreno_context.c472 ctx->log_out = stdout; in fd_context_init()
488 ctx->log_out = f; in fd_context_init()
Dfreedreno_context.h395 FILE *log_out; member
/external/rust/crates/bencher/
Dlib.rs205 log_out: Option<File>, field
219 let log_out = match opts.logfile { in new() localVariable
227 log_out: log_out, in new()
307 match self.log_out { in write_log()
461 log_out: None, in should_sort_failures_before_printing_them()