Searched refs:xc_domain_destroy (Results 1 – 8 of 8) sorted by relevance
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 238 xc_domain_destroy(xch, domid); in build()
|
/xen/tools/libxl/ |
A D | libxl_colo_restore.c | 463 xc_domain_destroy(xch, domid); in libxl__colo_restore_teardown_done()
|
A D | libxl_domain.c | 1575 rc = xc_domain_destroy(ctx->xch, domid); in devices_destroy_cb()
|
A D | libxl_create.c | 704 ret = xc_domain_destroy(ctx->xch, local_domid); in libxl__domain_make()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 322 return dom_op(xch, domid, xc_domain_destroy); in stub_xc_domain_destroy()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 575 int xc_domain_destroy(xc_interface *xch,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 214 return dom_op(self, args, xc_domain_destroy); in pyxc_domain_destroy()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 89 int xc_domain_destroy(xc_interface *xch, in xc_domain_destroy() function
|
Completed in 44 milliseconds