Searched refs:xc_domain_unpause (Results 1 – 10 of 10) sorted by relevance
| /tools/misc/ |
| A D | xen-hvmcrash.c | 90 ret = xc_domain_unpause(xch, domid); in main()
|
| /tools/libs/ctrl/ |
| A D | xc_vm_event.c | 139 rc2 = xc_domain_unpause(xch, domain_id); in xc_vm_event_enable()
|
| A D | xc_domain.c | 76 int xc_domain_unpause(xc_interface *xch, in xc_domain_unpause() function
|
| /tools/helpers/ |
| A D | init-xenstore-domain.c | 309 rv = xc_domain_unpause(xch, domid); in build()
|
| /tools/debugger/kdd/ |
| A D | kdd-xen.c | 133 xc_domain_unpause(g->xc_handle, g->domid); in kdd_run()
|
| /tools/libs/light/ |
| A D | libxl_domain.c | 630 r = xc_domain_unpause(CTX->xch, domid); in libxl__domain_unpause_deprecated() 682 r = xc_domain_unpause(CTX->xch, domid); in domain_unpause_done() 1582 rc = xc_domain_unpause(ctx->xch, domid); in devices_destroy_cb()
|
| /tools/xentrace/ |
| A D | xenctx.c | 1305 ret = xc_domain_unpause(xenctx.xc_handle, xenctx.domid); in main()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 366 return dom_op(xch_val, domid, xc_domain_unpause); in stub_xc_domain_unpause()
|
| /tools/include/ |
| A D | xenctrl.h | 526 int xc_domain_unpause(xc_interface *xch,
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 209 return dom_op(self, args, xc_domain_unpause); in pyxc_domain_unpause()
|
Completed in 38 milliseconds