Searched refs:libxl_ctx_alloc (Results 1 – 9 of 9) sorted by relevance
| /tools/libs/light/ |
| 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
|
| /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 | 27 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, in clear_domid_history()
|
| A D | init-dom0less.c | 337 rc = libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, NULL); in main()
|
| A D | init-xenstore-domain.c | 547 if ( libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, logger)) in main()
|
| /tools/xl/ |
| A D | xl.c | 349 if (libxl_ctx_alloc(&ctx, LIBXL_VERSION, 0, (xentoollog_logger*)logger)) { in xl_ctx_alloc()
|
| /tools/golang/xenlight/ |
| A D | xenlight.go | 144 ret := C.libxl_ctx_alloc(&ctx.ctx, C.LIBXL_VERSION, 0,
|
| /tools/include/ |
| A D | libxl.h | 1784 int libxl_ctx_alloc(libxl_ctx **pctx, int version,
|
Completed in 19 milliseconds