Searched refs:lg (Results 1 – 10 of 10) sorted by relevance
| /tools/libs/toollog/ |
| A D | xtl_logger_stdio.c | 42 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 …]
|
| /tools/libs/light/ |
| A D | libxl.c | 20 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() 624 hypfs = xenhypfs_open(ctx->lg, 0); in libxl_set_parameters()
|
| A D | libxl_save_callout.c | 407 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 D | libxl_internal.c | 241 xtl_log(ctx->lg, msglevel, errnoval, "libxl", in libxl__logv()
|
| A D | libxl_event.c | 951 xce = xenevtchn_open(CTX->lg, 0); in libxl__ctx_evtchn_init()
|
| A D | libxl_domain.c | 1570 ctx->xch = xc_interface_open(ctx->lg,0,0); in devices_destroy_cb()
|
| A D | libxl_internal.h | 668 xentoollog_logger *lg; member
|
| /tools/libs/ctrl/ |
| A D | xc_private.c | 154 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, in xc_reportv() argument 183 xtl_log(lg, level, -1, "xc", in xc_reportv() 190 void xc_report(xc_interface *xch, xentoollog_logger *lg, in xc_report() argument 194 xc_reportv(xch,lg,level,code,fmt,args); in xc_report()
|
| A D | xc_private.h | 104 void xc_reportv(xc_interface *xch, xentoollog_logger *lg, xentoollog_level, 107 void xc_report(xc_interface *xch, xentoollog_logger *lg, xentoollog_level,
|
| /tools/include/ |
| A D | libxl.h | 1786 xentoollog_logger *lg);
|
Completed in 40 milliseconds