Searched refs:xc_domain_unpause (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-hvmcrash.c | 136 ret = xc_domain_unpause(xch, domid); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_vm_event.c | 139 rc2 = xc_domain_unpause(xch, domain_id); in xc_vm_event_enable()
|
A D | xc_domain.c | 101 int xc_domain_unpause(xc_interface *xch, in xc_domain_unpause() function
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 199 rv = xc_domain_unpause(xch, domid); in build()
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 136 xc_domain_unpause(g->xc_handle, g->domid); in kdd_run()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_domain.c | 581 ret = xc_domain_unpause(ctx->xch, domid); in libxl_domain_unpause() 1123 rc = xc_domain_unpause(ctx->xch, domid); in devices_destroy_cb()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 1303 ret = xc_domain_unpause(xenctx.xc_handle, xenctx.domid); in main()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 256 return dom_op(xch, domid, xc_domain_unpause); in stub_xc_domain_unpause()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 556 int xc_domain_unpause(xc_interface *xch,
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 185 return dom_op(self, args, xc_domain_unpause); in pyxc_domain_unpause()
|
Completed in 27 milliseconds