Home
last modified time | relevance | path

Searched refs:dying (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/tools/ocaml/test/
A Dlist_domains.ml13 and dying = bool_as_char dominfo.Xenlight.Dominfo.dying 'd'
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/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;
99 if info.Xenctrl.dying then
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c867 crash = 0, dying = 0, shutdown = 0; in do_summary() local
889 else if (xenstat_domain_dying(domain)) dying++; in do_summary()
894 num_domains, run, block, pause, crash, dying, shutdown); in do_summary()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl.mli54 dying : bool; RecordField
A Dxenctrl.ml62 dying : bool; RecordField
/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c684 goto dying; in memory_exchange()
734 dying: in memory_exchange()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c237 if (!dominfo.dying) in domain_cleanup()
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_info.c406 info[i].dying ? 'd' : '-', in list_domains()
/xen-4.10.0-shim-comet/tools/golang/xenlight/
A Dxenlight.go309 di.Dying = bool(cdi.dying)
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl316 ("dying", bool),
A Dlibxl_domain.c271 xlinfo->dying = !!(xcinfo->flags&XEN_DOMINF_dying); in libxl__xcinfo2xlinfo()
A Dlibxl_device.c934 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c947 if (dominfo.dying) { in enum_domains()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in368 domain is not dying yet.
376 =item B<d - dying>
378 The domain is in the process of dying, but hasn't completely shut down or
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h444 unsigned int dying:1, crashed:1, shutdown:1, member
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c353 "dying", info[i].dying, in pyxc_domain_getinfo()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c393 info->dying = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_dying); in xc_domain_getinfo()

Completed in 44 milliseconds