Home
last modified time | relevance | path

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

/xen/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/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()
669 hypfs = xenhypfs_open(ctx->lg, 0); in libxl_set_parameters()
A Dlibxl_save_callout.c407 xtl_log(CTX->lg, level, errnoval, context, "%s", formatted); in libxl__srm_callout_callback_log()
416 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.h1542 xentoollog_logger *lg);
A Dlibxl_event.c952 xce = xenevtchn_open(CTX->lg, 0); in libxl__ctx_evtchn_init()
A Dlibxl_domain.c1569 ctx->xch = xc_interface_open(ctx->lg,0,0); in devices_destroy_cb()
A Dlibxl_internal.h666 xentoollog_logger *lg; member
/xen/tools/libxc/
A Dxc_private.c156 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, in xc_reportv() argument
185 xtl_log(lg, level, -1, "xc", in xc_reportv()
192 void xc_report(xc_interface *xch, xentoollog_logger *lg, in xc_report() argument
196 xc_reportv(xch,lg,level,code,fmt,args); in xc_report()
A Dxc_private.h108 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,
111 void xc_report(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,

Completed in 41 milliseconds