Searched refs:XTL_ERROR (Results 1 – 19 of 19) sorted by relevance
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | private.h | 11 #define GTERROR(_l, _f...) xtl_log(_l, XTL_ERROR, errno, "gnttab", _f) 12 #define GSERROR(_l, _f...) xtl_log(_l, XTL_ERROR, errno, "gntshr", _f)
|
/xen-4.10.0-shim-comet/tools/libs/devicemodel/ |
A D | private.h | 39 xtl_log(dmod->logger, XTL_ERROR, errno, "xendevicemodel", _f)
|
/xen-4.10.0-shim-comet/tools/libs/call/ |
A D | private.h | 58 #define PERROR(_f...) xtl_log(xcall->logger, XTL_ERROR, errno, "xencall", _f)
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-dom-json.c | 18 logger = xtl_createlogger_stdiostream(stderr, XTL_ERROR, 0); in gen_stub_json_config()
|
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/ |
A D | private.h | 49 xtl_log(fmem->logger, XTL_ERROR, errno, "xenforeignmemory", _f)
|
/xen-4.10.0-shim-comet/tools/libs/toollog/include/ |
A D | xentoollog.h | 39 XTL_ERROR, enumerator
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_convert_callout.c | 153 CTX, chs->rc ? XTL_DEBUG : XTL_ERROR, in helper_exited()
|
A D | libxl_save_helper.c | 102 xtl_logv(&logger,XTL_ERROR,errnoval,program,fmt,al); in fail()
|
A D | libxl_exec.c | 416 int loglevel = ss->detaching ? XTL_WARN : XTL_ERROR; in spawn_middle_death()
|
A D | libxl_save_callout.c | 335 libxl_report_child_exitstatus(CTX, XTL_ERROR, what, pid, status); in helper_exited()
|
A D | libxl_bootloader.c | 650 libxl_report_child_exitstatus(CTX, XTL_ERROR, "bootloader", in bootloader_finished()
|
A D | libxl.c | 30 xtl_log(lg, XTL_ERROR, errno, "libxl", in libxl_ctx_alloc()
|
A D | libxl_domain.c | 1160 libxl_report_child_exitstatus(CTX, XTL_ERROR, in domain_destroy_domid_cb()
|
A D | libxl_internal.h | 1713 #define LIBXL__LOG_ERROR XTL_ERROR
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_elfloader.c | 42 iserr ? XTL_ERROR : XTL_DETAIL, in log_callback()
|
A D | xc_private.c | 161 if ( level >= XTL_ERROR ) { in xc_reportv() 189 xc_reportv(xch, xch->error_handler, XTL_ERROR, code, fmt, args); in xc_report_error()
|
A D | xc_dom_core.c | 91 XTL_ERROR, err, "panic: %s:%d: %s", in xc_dom_panic_func()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl.c | 406 xl_report_child_exitstatus(XTL_ERROR, child, got, status); in child_report()
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 850 Ctx.logger = C.xtl_createlogger_stdiostream(C.stderr, C.XTL_ERROR, 0)
|
Completed in 45 milliseconds