Searched refs:libxl_ctx_alloc (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-dom-json.c | 22 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in gen_stub_json_config()
|
/xen-4.10.0-shim-comet/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 | 19 int libxl_ctx_alloc(libxl_ctx **pctx, int version, in libxl_ctx_alloc() function
|
A D | libxl.h | 1364 int libxl_ctx_alloc(libxl_ctx **pctx, int version,
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl.c | 295 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger*)logger)) { in xl_ctx_alloc()
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 856 ret := C.libxl_ctx_alloc(&Ctx.ctx, C.LIBXL_VERSION,
|
/xen-4.10.0-shim-comet/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 14 milliseconds