Home
last modified time | relevance | path

Searched refs:LIBXL_VERSION (Results 1 – 8 of 8) sorted by relevance

/xen/tools/libxl/
A Dtest_common.c13 int rc = libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, logger); in test_common_setup()
A Dlibxl.c26 if (version != LIBXL_VERSION) { rc = ERROR_VERSION; goto out; } in libxl_ctx_alloc()
A Dlibxl.h1537 #define LIBXL_VERSION 0 macro
/xen/tools/helpers/
A Dinit-dom-json.c23 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in gen_stub_json_config()
A Dxen-init-dom0.c25 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in clear_domid_history()
/xen/tools/xl/
A Dxl.c330 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger*)logger)) { in xl_ctx_alloc()
/xen/tools/golang/xenlight/
A Dxenlight.go144 ret := C.libxl_ctx_alloc(&ctx.ctx, C.LIBXL_VERSION, 0,
/xen/tools/ocaml/libs/xl/
A Dxenlight_stubs.c124 ret = libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger *) Xtl_val(logger)); in stub_libxl_ctx_alloc()

Completed in 24 milliseconds