Searched refs:shutdown (Results 1 – 25 of 57) sorted by relevance
123
/xen/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/tools/ocaml/test/ |
A D | list_domains.ml | 10 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 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/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/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 | 351 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 D | xendomains.service.in | 2 Description=Xendomains - start and stop guests on boot and shutdown
|
/xen/tools/hotplug/NetBSD/rc.d/ |
A D | xendomains | 97 ${ctl_command} shutdown $domain
|
/xen/tools/xenstore/ |
A D | xenstored_domain.c | 74 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 D | sched_credit.pandoc | 74 * shutdown/reboot the virtual machines, 75 * shutdown the system.
|
A D | sched_credit2.pandoc | 69 * shutdown/reboot the virtual machines, 70 * shutdown/reboot the system.
|
/xen/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 | 397 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 D | domains.ml | 98 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 D | Makefile | 44 obj-y += shutdown.o
|
A D | irq.c | 59 .shutdown = irq_shutdown_none, 305 desc->handler->shutdown(desc); in release_irq()
|
/xen/xen/include/xen/ |
A D | irq.h | 59 void (*shutdown)(struct irq_desc *); member
|
/xen/tools/flask/policy/policy/ |
A D | mls | 77 …tdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddrsize trigg…
|
/xen/tools/flask/policy/modules/ |
A D | xen.if | 86 getaddrsize pause unpause trigger shutdown destroy 153 allow $1 $2_target:domain { getdomaininfo shutdown };
|
/xen/xen/common/ |
A D | Makefile | 42 obj-y += shutdown.o
|
/xen/xen/arch/x86/ |
A D | i8259.c | 63 .shutdown = disable_8259A_irq,
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight.mli.in | 42 external shutdown : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_shutdown"
|
A D | xenlight.ml.in | 40 external shutdown : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_shutdown"
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 205 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