Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 57) sorted by relevance

123

/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in6 # The xendomains script can send SysRq requests to domains on shutdown.
8 # to do a quick and dirty shutdown ("s e i u o") or at least sync the disks
18 # If you want to a quick'n'dirty shutdown via SysRq, you may want to set
38 # on shutdown. The string will be passed to the xm migrate DOMID command
41 # you don't want to try virtual machine relocation on shutdown.
52 # is set (see below). Leave empty to disable domain saving on shutdown
62 # try to shut down a domain by sending it a shutdown request. To do this,
64 # for the domain to be really down. Leave empty to skip domain shutdown.
73 # migrated, saved and/or shutdown according to the settings above, we
74 # might want to shutdown the virtual machines that are still running
[all …]
/xen/tools/ocaml/test/
A Dlist_domains.ml10 and shutdown = bool_as_char dominfo.Xenlight.Dominfo.shutdown 's'
14 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
/xen/tools/hotplug/Linux/
A Dxendomains.in454 watchdog_xencmd shutdown &
456 XMR=`$CMD shutdown $XENDOMAINS_SHUTDOWN $id 2>&1 1>/dev/null`
473 watchdog_xencmd shutdown 1 false &
475 XMR=`$CMD shutdown $XENDOMAINS_SHUTDOWN_ALL 2>&1 1>/dev/null`
/xen/xen/xsm/flask/ss/
A Dsidtab.c34 s->shutdown = 0; in sidtab_init()
231 if ( s->next_sid == UINT_MAX || s->shutdown ) in sidtab_context_to_sid()
313 dst->shutdown = 0; in sidtab_set()
320 s->shutdown = 1; in sidtab_shutdown()
A Dsidtab.h32 unsigned char shutdown; member
/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.c351 if ( !ctx->dominfo.shutdown || in suspend_domain()
355 ctx->dominfo.shutdown, ctx->dominfo.shutdown_reason); in suspend_domain()
900 if ( !ctx->dominfo.shutdown || in save()
/xen/tools/hotplug/Linux/systemd/
A Dxendomains.service.in2 Description=Xendomains - start and stop guests on boot and shutdown
/xen/tools/hotplug/NetBSD/rc.d/
A Dxendomains97 ${ctl_command} shutdown $domain
/xen/tools/xenstore/
A Dxenstored_domain.c74 bool shutdown; member
246 if ((dominfo.crashed || dominfo.shutdown) in domain_cleanup()
247 && !domain->shutdown) { in domain_cleanup()
248 domain->shutdown = true; in domain_cleanup()
359 domain->shutdown = false; in new_domain()
568 domain->shutdown = false; in do_resume()
/xen/docs/features/
A Dsched_credit.pandoc74 * shutdown/reboot the virtual machines,
75 * shutdown the system.
A Dsched_credit2.pandoc69 * shutdown/reboot the virtual machines,
70 * shutdown/reboot the system.
/xen/tools/xl/
A Dxl_mem.c103 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in sharing()
A Dxl_info.c397 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in list_domains()
407 info[i].shutdown ? 's' : '-', in list_domains()
416 if (info[i].shutdown) printf(" %8x", shutdown_reason); in list_domains()
/xen/tools/ocaml/xenstored/
A Ddomains.ml98 if info.Xenctrl.shutdown || info.Xenctrl.dying then (
99 debug "Domain %u died (dying=%b, shutdown %b -- code %d)"
100 id info.Xenctrl.dying info.Xenctrl.shutdown info.Xenctrl.shutdown_code;
/xen/xen/arch/arm/
A DMakefile44 obj-y += shutdown.o
A Dirq.c59 .shutdown = irq_shutdown_none,
305 desc->handler->shutdown(desc); in release_irq()
/xen/xen/include/xen/
A Dirq.h59 void (*shutdown)(struct irq_desc *); member
/xen/tools/flask/policy/policy/
A Dmls77 …tdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddrsize trigg…
/xen/tools/flask/policy/modules/
A Dxen.if86 getaddrsize pause unpause trigger shutdown destroy
153 allow $1 $2_target:domain { getdomaininfo shutdown };
/xen/xen/common/
A DMakefile42 obj-y += shutdown.o
/xen/xen/arch/x86/
A Di8259.c63 .shutdown = disable_8259A_irq,
/xen/tools/ocaml/libs/xl/
A Dxenlight.mli.in42 external shutdown : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_shutdown"
A Dxenlight.ml.in40 external shutdown : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_shutdown"
/xen/docs/misc/
A Dxenstore-paths.pandoc205 use the xenstore-based protocol instead (see ~/control/shutdown,
430 #### ~/control/shutdown = (""|COMMAND) [w]
432 This is the PV shutdown control node. A toolstack can write various
433 commands here to cause various guest shutdown, reboot or suspend
446 to ~/control/shutdown.
463 ~/control/shutdown regardless.

Completed in 22 milliseconds

123