Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/libs/toollog/
A Dxtl_logger_stdio.c42 if (lg->progress_erase_len) in progress_erase()
43 fprintf(lg->f, "\r%*s\r", lg->progress_erase_len, ""); in progress_erase()
54 if (level < lg->min_level) in stdiostream_vmessage()
57 progress_erase(lg); in stdiostream_vmessage()
84 putc('\n', lg->f); in stdiostream_vmessage()
85 fflush(lg->f); in stdiostream_vmessage()
133 putc('\r', lg->f); in stdiostream_progress()
149 progress_erase(lg); in stdiostream_destroy()
150 free(lg); in stdiostream_destroy()
162 progress_erase(lg); in xtl_stdiostream_adjust_flags()
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl.c20 unsigned flags, xentoollog_logger * lg) in libxl_ctx_alloc() argument
30 xtl_log(lg, XTL_ERROR, errno, "libxl", in libxl_ctx_alloc()
37 ctx->lg = lg; in libxl_ctx_alloc()
100 ctx->xch = xc_interface_open(lg,lg,0); in libxl_ctx_alloc()
A Dlibxl_save_callout.c409 xtl_log(CTX->lg, level, errnoval, context, "%s", formatted); in libxl__srm_callout_callback_log()
418 xtl_progress(CTX->lg, context, doing_what, done, total); in libxl__srm_callout_callback_progress()
A Dlibxl_internal.c240 xtl_log(ctx->lg, msglevel, errnoval, "libxl", in libxl__logv()
A Dlibxl.h1366 xentoollog_logger *lg);
A Dlibxl_domain.c1113 ctx->xch = xc_interface_open(ctx->lg,0,0); in devices_destroy_cb()
A Dlibxl_event.c774 xce = xenevtchn_open(CTX->lg, 0); in libxl__ctx_evtchn_init()
A Dlibxl_internal.h440 xentoollog_logger *lg; member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c141 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, in xc_reportv() argument
170 xtl_log(lg, level, -1, "xc", in xc_reportv()
177 void xc_report(xc_interface *xch, xentoollog_logger *lg, in xc_report() argument
181 xc_reportv(xch,lg,level,code,fmt,args); in xc_report()
A Dxc_private.h114 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,
117 void xc_report(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,

Completed in 42 milliseconds