/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 6 # 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 D | list_domains.ml | 12 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 D | xendomains.in | 454 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 D | sidtab.c | 34 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 D | sidtab.h | 32 unsigned char shutdown; member
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | xendomains.service.in | 2 Description=Xendomains - start and stop guests on boot and shutdown
|
/xen-4.10.0-shim-comet/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 | 344 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 D | xenstored_domain.c | 72 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 D | xendomains | 97 ${ctl_command} shutdown $domain
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 72 * shutdown/reboot the virtual machines, 73 * shutdown the system.
|
A D | sched_credit2.pandoc | 71 * shutdown/reboot the virtual machines, 72 * shutdown/reboot the system.
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_mem.c | 103 shutdown_reason = info[i].shutdown ? info[i].shutdown_reason : 0; in sharing()
|
A D | xl_info.c | 392 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 D | Makefile | 41 obj-y += shutdown.o
|
A D | irq.c | 50 .shutdown = irq_shutdown_none, 302 desc->handler->shutdown(desc); in release_irq()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | domains.ml | 96 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 D | irq.h | 58 void (*shutdown)(struct irq_desc *); member
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 77 …tdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddrsize trigg…
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Makefile | 45 obj-y += shutdown.o
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.if | 85 getaddrsize pause unpause trigger shutdown destroy 152 allow $1 $2_target:domain { getdomaininfo shutdown };
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | i8259.c | 62 .shutdown = disable_8259A_irq,
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight.ml.in | 40 external shutdown : ctx -> domid -> unit = "stub_libxl_domain_shutdown"
|
A D | xenlight.mli.in | 42 external shutdown : ctx -> domid -> unit = "stub_libxl_domain_shutdown"
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 867 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()
|