Searched refs:dying (Results 1 – 17 of 17) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | list_domains.ml | 13 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 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; 99 if info.Xenctrl.dying then
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 867 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 D | xenctrl.mli | 54 dying : bool; RecordField
|
A D | xenctrl.ml | 62 dying : bool; RecordField
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 684 goto dying; in memory_exchange() 734 dying: in memory_exchange()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_domain.c | 237 if (!dominfo.dying) in domain_cleanup()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_info.c | 406 info[i].dying ? 'd' : '-', in list_domains()
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 309 di.Dying = bool(cdi.dying)
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 316 ("dying", bool),
|
A D | libxl_domain.c | 271 xlinfo->dying = !!(xcinfo->flags&XEN_DOMINF_dying); in libxl__xcinfo2xlinfo()
|
A D | libxl_device.c | 934 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 947 if (dominfo.dying) { in enum_domains()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 368 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 D | xenctrl.h | 444 unsigned int dying:1, crashed:1, shutdown:1, member
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 353 "dying", info[i].dying, in pyxc_domain_getinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 393 info->dying = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_dying); in xc_domain_getinfo()
|
Completed in 44 milliseconds