Searched refs:xc_domain_resume (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxc/ |
A D | xc_resume.c | 285 int xc_domain_resume(xc_interface *xch, uint32_t domid, int fast) in xc_domain_resume() function
|
/xen/tools/misc/ |
A D | xen-hptool.c | 238 xc_domain_resume(xch, domid, 1); in hp_mem_offline_func()
|
/xen/tools/libxl/ |
A D | libxl_dom_suspend.c | 465 if (xc_domain_resume(CTX->xch, domid, suspend_cancel)) { in libxl__domain_resume_deprecated() 657 if (xc_domain_resume(CTX->xch, domid, dmrs->suspend_cancel)) { in domain_resume_done()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 333 result = xc_domain_resume(_H(xch), c_domid, 1); in stub_xc_domain_resume_fast()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 638 int xc_domain_resume(xc_interface *xch,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 239 if ( xc_domain_resume(self->xc_handle, dom, fast) != 0 ) in pyxc_domain_resume()
|
Completed in 30 milliseconds