Searched refs:LIBXL_VERSION (Results 1 – 8 of 8) sorted by relevance
/xen/tools/libxl/ |
A D | test_common.c | 13 int rc = libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, logger); in test_common_setup()
|
A D | libxl.c | 26 if (version != LIBXL_VERSION) { rc = ERROR_VERSION; goto out; } in libxl_ctx_alloc()
|
A D | libxl.h | 1537 #define LIBXL_VERSION 0 macro
|
/xen/tools/helpers/ |
A D | init-dom-json.c | 23 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in gen_stub_json_config()
|
A D | xen-init-dom0.c | 25 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in clear_domid_history()
|
/xen/tools/xl/ |
A D | xl.c | 330 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger*)logger)) { in xl_ctx_alloc()
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 144 ret := C.libxl_ctx_alloc(&ctx.ctx, C.LIBXL_VERSION, 0,
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 124 ret = libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger *) Xtl_val(logger)); in stub_libxl_ctx_alloc()
|
Completed in 24 milliseconds