Searched refs:shutdown_reason (Results 1 – 15 of 15) sorted by relevance
/xen/tools/xl/ |
A D | xl_mem.c | 101 unsigned shutdown_reason; in sharing() local 103 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in sharing()
|
A D | xl_info.c | 395 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 D | xl_vmcontrol.c | 186 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 D | xc_resume.c | 42 if ( !info.shutdown || (info.shutdown_reason != SHUTDOWN_suspend) ) in modify_returncode() 45 info.shutdown, info.shutdown_reason); in modify_returncode()
|
A D | xc_sr_save.c | 352 (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 D | xc_offline_page.c | 481 if (!info.shutdown || info.shutdown_reason != SHUTDOWN_suspend) in xc_exchange_page()
|
A D | xc_domain.c | 381 info->shutdown_reason = in xc_domain_getinfo() 385 if ( info->shutdown && (info->shutdown_reason == SHUTDOWN_crash) ) in xc_domain_getinfo()
|
/xen/tools/libxl/ |
A D | libxl_dom_suspend.c | 320 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 D | libxl_types.idl | 207 libxl_shutdown_reason = Enumeration("shutdown_reason", [ 347 ("shutdown_reason", libxl_shutdown_reason), 1170 ("shutdown_reason", uint8),
|
A D | libxl_domain.c | 296 … 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 D | xenctrl.ml | 150 type shutdown_reason = Poweroff | Reboot | Suspend | Crash | Watchdog | Soft_reset type 195 external domain_shutdown: handle -> domid -> shutdown_reason -> unit
|
A D | xenctrl.mli | 123 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 D | helpers.gen.go | 319 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 D | xenctrl.h | 456 unsigned int shutdown_reason; /* only meaningful if shutdown==1 */ member
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 382 "shutdown_reason", info[i].shutdown_reason, in pyxc_domain_getinfo()
|
Completed in 305 milliseconds