Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/ocaml/test/
A Dlist_domains.ml12 and shutdown = bool_as_char dominfo.Xenlight.Dominfo.shutdown 's'
16 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A Dxendomains.service.in2 Description=Xendomains - start and stop guests on boot and shutdown
/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.c344 if ( !ctx->dominfo.shutdown || in suspend_domain()
348 ctx->dominfo.shutdown, ctx->dominfo.shutdown_reason); in suspend_domain()
881 if ( !ctx->dominfo.shutdown || in save()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c72 int shutdown; member
232 if ((dominfo.crashed || dominfo.shutdown) in domain_cleanup()
233 && !domain->shutdown) { in domain_cleanup()
234 domain->shutdown = 1; in domain_cleanup()
309 domain->shutdown = 0; in new_domain()
518 domain->shutdown = 0; in do_resume()
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/rc.d/
A Dxendomains97 ${ctl_command} shutdown $domain
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit.pandoc72 * shutdown/reboot the virtual machines,
73 * shutdown the system.
A Dsched_credit2.pandoc71 * shutdown/reboot the virtual machines,
72 * shutdown/reboot the system.
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_mem.c103 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in sharing()
A Dxl_info.c392 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in list_domains()
402 info[i].shutdown ? 's' : '-', in list_domains()
411 if (info[i].shutdown) printf(" %8x", shutdown_reason); in list_domains()
/xen-4.10.0-shim-comet/xen/arch/arm/
A DMakefile41 obj-y += shutdown.o
A Dirq.c50 .shutdown = irq_shutdown_none,
302 desc->handler->shutdown(desc); in release_irq()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml96 if info.Xenctrl.shutdown || info.Xenctrl.dying then (
97 debug "Domain %u died (dying=%b, shutdown %b -- code %d)"
98 id info.Xenctrl.dying info.Xenctrl.shutdown info.Xenctrl.shutdown_code;
/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h58 void (*shutdown)(struct irq_desc *); member
/xen-4.10.0-shim-comet/tools/flask/policy/policy/
A Dmls77 …tdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddrsize trigg…
/xen-4.10.0-shim-comet/xen/common/
A DMakefile45 obj-y += shutdown.o
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dxen.if85 getaddrsize pause unpause trigger shutdown destroy
152 allow $1 $2_target:domain { getdomaininfo shutdown };
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c62 .shutdown = disable_8259A_irq,
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dxenlight.ml.in40 external shutdown : ctx -> domid -> unit = "stub_libxl_domain_shutdown"
A Dxenlight.mli.in42 external shutdown : ctx -> domid -> unit = "stub_libxl_domain_shutdown"
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c867 crash = 0, dying = 0, shutdown = 0; in do_summary() local
887 else if (xenstat_domain_shutdown(domain)) shutdown++; in do_summary()
894 num_domains, run, block, pause, crash, dying, shutdown); in do_summary()

Completed in 22 milliseconds

123