Home
last modified time | relevance | path

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

/xen/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.c395 libxl_shutdown_reason shutdown_reason; in list_domains() local
397 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in list_domains()
408 (shutdown_reason >= 0 && in list_domains()
409 shutdown_reason < sizeof(shutdown_reason_letters)-1 in list_domains()
410 ? shutdown_reason_letters[shutdown_reason] : '?'), in list_domains()
416 if (info[i].shutdown) printf(" %8x", shutdown_reason); in list_domains()
A Dxl_vmcontrol.c186 event->domid, event->u.domain_shutdown.shutdown_reason); in wait_for_domain_deaths()
406 switch (event->u.domain_shutdown.shutdown_reason) { in handle_domain_death()
427 event->u.domain_shutdown.shutdown_reason); in handle_domain_death()
432 event->u.domain_shutdown.shutdown_reason, in handle_domain_death()
1036 event->u.domain_shutdown.shutdown_reason, in create_domain()
1037 event->u.domain_shutdown.shutdown_reason); in create_domain()
/xen/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.c352 (ctx->dominfo.shutdown_reason != SHUTDOWN_suspend) ) in suspend_domain()
355 ctx->dominfo.shutdown, ctx->dominfo.shutdown_reason); in suspend_domain()
901 (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.c381 info->shutdown_reason = in xc_domain_getinfo()
385 if ( info->shutdown && (info->shutdown_reason == SHUTDOWN_crash) ) in xc_domain_getinfo()
/xen/tools/libxl/
A Dlibxl_dom_suspend.c320 int shutdown_reason; in suspend_common_wait_guest_check() local
340 shutdown_reason = (info.flags >> XEN_DOMINF_shutdownshift) in suspend_common_wait_guest_check()
342 if (shutdown_reason != SHUTDOWN_suspend) { in suspend_common_wait_guest_check()
344 " with unexpected reason code %d", shutdown_reason); in suspend_common_wait_guest_check()
A Dlibxl_types.idl207 libxl_shutdown_reason = Enumeration("shutdown_reason", [
347 ("shutdown_reason", libxl_shutdown_reason),
1170 ("shutdown_reason", uint8),
A Dlibxl_domain.c296 … xlinfo->shutdown_reason = (xcinfo->flags>>XEN_DOMINF_shutdownshift) & XEN_DOMINF_shutdownmask; in libxl__xcinfo2xlinfo()
298 xlinfo->shutdown_reason = LIBXL_SHUTDOWN_REASON_UNKNOWN; in libxl__xcinfo2xlinfo()
961 ev->u.domain_shutdown.shutdown_reason = in domain_death_xswatch_callback()
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml150 type shutdown_reason = Poweroff | Reboot | Suspend | Crash | Watchdog | Soft_reset type
195 external domain_shutdown: handle -> domid -> shutdown_reason -> unit
A Dxenctrl.mli123 type shutdown_reason = Poweroff | Reboot | Suspend | Crash | Watchdog | Soft_reset type
153 external domain_shutdown : handle -> domid -> shutdown_reason -> unit
/xen/tools/golang/xenlight/
A Dhelpers.gen.go319 x.ShutdownReason = ShutdownReason(xc.shutdown_reason)
351 xc.shutdown_reason = C.libxl_shutdown_reason(x.ShutdownReason)
3969 x.ShutdownReason = byte(tmp.shutdown_reason)
4017 domain_shutdown.shutdown_reason = C.uint8_t(tmp.ShutdownReason)
/xen/tools/libxc/include/
A Dxenctrl.h456 unsigned int shutdown_reason; /* only meaningful if shutdown==1 */ member
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c382 "shutdown_reason", info[i].shutdown_reason, in pyxc_domain_getinfo()

Completed in 305 milliseconds