Searched refs:libxl_domain_destroy (Results 1 – 6 of 6) sorted by relevance
/xen/tools/xl/ |
A D | xl_saverestore.c | 162 libxl_domain_destroy(ctx, domid, 0); in save_domain()
|
A D | xl_migrate.c | 288 libxl_domain_destroy(ctx, domid, 0); /* bang! */ in migrate_domain() 457 rc2 = libxl_domain_destroy(ctx, domid, 0); in migrate_receive()
|
A D | xl_vmcontrol.c | 55 rc = libxl_domain_destroy(ctx, domid, 0); in destroy_domain() 468 libxl_domain_destroy(ctx, *r_domid, 0); in handle_domain_death() 1127 libxl_domain_destroy(ctx, domid, 0); in create_domain()
|
/xen/tools/libxl/ |
A D | libxl.h | 1698 int libxl_domain_destroy(libxl_ctx *ctx, uint32_t domid,
|
A D | libxl_domain.c | 1042 int libxl_domain_destroy(libxl_ctx *ctx, uint32_t domid, in libxl_domain_destroy() function
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 600 ret = libxl_domain_destroy(CTX, c_domid, ao_how); in stub_libxl_domain_destroy()
|
Completed in 17 milliseconds