Home
last modified time | relevance | path

Searched refs:shutdown_reason (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_mem.c101 unsigned shutdown_reason; in sharing() local
103 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in sharing()
A Dxl_info.c390 libxl_shutdown_reason shutdown_reason; in list_domains() local
392 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in list_domains()
403 (shutdown_reason >= 0 && in list_domains()
404 shutdown_reason < sizeof(shutdown_reason_letters)-1 in list_domains()
405 ? shutdown_reason_letters[shutdown_reason] : '?'), in list_domains()
411 if (info[i].shutdown) printf(" %8x", shutdown_reason); in list_domains()
A Dxl_vmcontrol.c185 event->domid, event->u.domain_shutdown.shutdown_reason); in wait_for_domain_deaths()
400 switch (event->u.domain_shutdown.shutdown_reason) { in handle_domain_death()
421 event->u.domain_shutdown.shutdown_reason); in handle_domain_death()
426 event->u.domain_shutdown.shutdown_reason, in handle_domain_death()
994 event->u.domain_shutdown.shutdown_reason, in create_domain()
995 event->u.domain_shutdown.shutdown_reason); in create_domain()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resume.c42 if ( !info.shutdown || (info.shutdown_reason != SHUTDOWN_suspend) ) in modify_returncode()
45 info.shutdown, info.shutdown_reason); in modify_returncode()
A Dxc_sr_save.c345 (ctx->dominfo.shutdown_reason != SHUTDOWN_suspend) ) in suspend_domain()
348 ctx->dominfo.shutdown, ctx->dominfo.shutdown_reason); 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()
A Dxc_domain.c403 info->shutdown_reason = in xc_domain_getinfo()
407 if ( info->shutdown && (info->shutdown_reason == SHUTDOWN_crash) ) in xc_domain_getinfo()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dom_suspend.c322 int shutdown_reason; in suspend_common_wait_guest_check() local
342 shutdown_reason = (info.flags >> XEN_DOMINF_shutdownshift) in suspend_common_wait_guest_check()
344 if (shutdown_reason != SHUTDOWN_suspend) { in suspend_common_wait_guest_check()
346 " with unexpected reason code %d", shutdown_reason); in suspend_common_wait_guest_check()
A Dlibxl_types.idl200 libxl_shutdown_reason = Enumeration("shutdown_reason", [
323 ("shutdown_reason", libxl_shutdown_reason),
1015 ("shutdown_reason", uint8),
A Dlibxl_domain.c279 … xlinfo->shutdown_reason = (xcinfo->flags>>XEN_DOMINF_shutdownshift) & XEN_DOMINF_shutdownmask; in libxl__xcinfo2xlinfo()
281 xlinfo->shutdown_reason = LIBXL_SHUTDOWN_REASON_UNKNOWN; in libxl__xcinfo2xlinfo()
784 ev->u.domain_shutdown.shutdown_reason = in domain_death_xswatch_callback()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl.mli92 type shutdown_reason = Poweroff | Reboot | Suspend | Crash | Watchdog | Soft_reset type
114 external domain_shutdown : handle -> domid -> shutdown_reason -> unit
A Dxenctrl.ml121 type shutdown_reason = Poweroff | Reboot | Suspend | Crash | Watchdog | Soft_reset type
175 external domain_shutdown: handle -> domid -> shutdown_reason -> unit
/xen-4.10.0-shim-comet/tools/golang/xenlight/
A Dxenlight.go311 di.ShutdownReason = int32(cdi.shutdown_reason)
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h447 unsigned int shutdown_reason; /* only meaningful if shutdown==1 */ member
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c363 "shutdown_reason", info[i].shutdown_reason, in pyxc_domain_getinfo()

Completed in 32 milliseconds