Searched refs:error_handler (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxc/ |
A D | xc_private.c | 39 xch->error_handler = logger; xch->error_handler_tofree = 0; in xc_interface_open() 42 if (!xch->error_handler) { in xc_interface_open() 43 xch->error_handler = xch->error_handler_tofree = in xc_interface_open() 46 if (!xch->error_handler) in xc_interface_open() 61 xch->xcall = xencall_open(xch->error_handler, in xc_interface_open() 66 xch->fmem = xenforeignmemory_open(xch->error_handler, 0); in xc_interface_open() 70 xch->dmod = xendevicemodel_open(xch->error_handler, 0); in xc_interface_open() 204 xc_reportv(xch, xch->error_handler, XTL_ERROR, code, fmt, args); in xc_report_error() 219 xtl_progress(xch->error_handler, "xc", doing, 0, 0); in xc_report_progress_single() 226 xtl_progress(xch->error_handler, "xc", in xc_report_progress_step()
|
A D | xc_private.h | 87 xentoollog_logger *error_handler, *error_handler_tofree; member 123 xc_report(xch, xch->error_handler, XTL_INFO,0, _f , ## _a); \ 127 xc_report(xch, xch->error_handler, XTL_DETAIL,0, _f , ## _a); \ 131 xc_report(xch, xch->error_handler, XTL_DEBUG,0, _f , ## _a); \
|
A D | xc_dom_elfloader.c | 41 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in log_callback()
|
A D | xc_dom_core.c | 90 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in xc_dom_panic_func()
|
Completed in 7 milliseconds