Home
last modified time | relevance | path

Searched refs:SHUTDOWN_suspend (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Dsched.h177 #define SHUTDOWN_suspend 2 /* Clean up, save suspend info, kill. */ macro
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resume.c42 if ( !info.shutdown || (info.shutdown_reason != SHUTDOWN_suspend) ) in modify_returncode()
A Dxc_sr_save.c345 (ctx->dominfo.shutdown_reason != SHUTDOWN_suspend) ) in suspend_domain()
882 (ctx->dominfo.shutdown_reason != SHUTDOWN_suspend) ) in save()
A Dxc_offline_page.c481 if (!info.shutdown || info.shutdown_reason != SHUTDOWN_suspend) in xc_exchange_page()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dom_suspend.c178 ret = xc_domain_shutdown(CTX->xch, domid, SHUTDOWN_suspend); in domain_suspend_callback_common()
344 if (shutdown_reason != SHUTDOWN_suspend) { in suspend_common_wait_guest_check()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c264 if ( reason != SHUTDOWN_suspend ) in pv_shim_shutdown()
280 rc = xen_hypercall_shutdown(SHUTDOWN_suspend); in pv_shim_shutdown()
/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c92 if ( (d->shutdown_code == SHUTDOWN_suspend) && d->suspend_evtchn ) in __domain_finalise_shutdown()
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown190 with reason code `SHUTDOWN_suspend`. The toolstack is expected to use

Completed in 13 milliseconds