Searched refs:error_handler (Results 1 – 4 of 4) sorted by relevance
| /tools/libs/ctrl/ |
| A D | xc_private.c | 37 xch->error_handler = logger; xch->error_handler_tofree = 0; in xc_interface_open() 40 if (!xch->error_handler) { in xc_interface_open() 41 xch->error_handler = xch->error_handler_tofree = in xc_interface_open() 44 if (!xch->error_handler) in xc_interface_open() 59 xch->xcall = xencall_open(xch->error_handler, in xc_interface_open() 64 xch->fmem = xenforeignmemory_open(xch->error_handler, 0); in xc_interface_open() 68 xch->dmod = xendevicemodel_open(xch->error_handler, 0); in xc_interface_open() 202 xc_reportv(xch, xch->error_handler, XTL_ERROR, code, fmt, args); in xc_report_error() 217 xtl_progress(xch->error_handler, "xc", doing, 0, 0); in xc_report_progress_single() 224 xtl_progress(xch->error_handler, "xc", in xc_report_progress_step()
|
| A D | xc_private.h | 83 xentoollog_logger *error_handler, *error_handler_tofree; member 119 xc_report(xch, xch->error_handler, XTL_INFO, 0, _f, ## _a) 121 xc_report(xch, xch->error_handler, XTL_DETAIL, 0, _f, ## _a) 123 xc_report(xch, xch->error_handler, XTL_DEBUG, 0, _f, ## _a)
|
| /tools/libs/guest/ |
| A D | xg_dom_elfloader.c | 40 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in log_callback()
|
| A D | xg_dom_core.c | 89 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in xc_dom_panic_func()
|
Completed in 24 milliseconds