Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 4 of 4) sorted by relevance

/tools/libs/ctrl/
A Dxc_private.c37 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 Dxc_private.h83 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 Dxg_dom_elfloader.c40 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in log_callback()
A Dxg_dom_core.c89 xch->dombuild_logger ? xch->dombuild_logger : xch->error_handler, in xc_dom_panic_func()

Completed in 24 milliseconds