Searched refs:restart (Results 1 – 24 of 24) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | parse_arg.ml | 26 restart: bool; RecordField 38 and restart = ref false 55 ("--restart", Arg.Set restart, "Read database on starting"); 59 …ename>] [--no-domain-init] [--help] [--no-fork] [--reraise-top-level] [--restart] [--disable-socke… 69 restart = !restart;
|
A D | logging.ml | 56 restart: unit -> unit; RecordField 94 let restart() = 108 { stop=stop; restart=restart; rotate=rotate; write=write } 155 { stop = nothing; restart = nothing; rotate = nothing; write=write }
|
A D | xenstored.ml | 78 maybe (fun logger -> logger.Logging.restart()) !Logging.xenstored_logger; 79 maybe (fun logger -> logger.Logging.restart()) !Logging.access_logger 294 if cf.restart && Sys.file_exists filename then (
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | xendomains.in | 36 restart) 37 $LIBEXEC_BIN/xendomains restart
|
A D | xen-watchdog.in | 76 restart)
|
A D | xendriverdomain.in | 73 force-reload|restart)
|
A D | xencommons.in | 108 force-reload|restart)
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | scheduler.c | 129 s->restart = 0; in scheduler_run_events() 158 if (s->restart) in scheduler_run_events() 212 s->restart = 1; in scheduler_unregister_event() 241 s->restart = 0; in scheduler_wait_for_events()
|
A D | scheduler.h | 53 int restart; member
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xendomains.in | 545 restart() 553 restart 569 restart) 570 restart
|
A D | vif-nat | 143 "$dhcpd_init_file" restart || true 152 "$dhcpd_init_file" restart || true # We need to ignore failure because
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | TODO | 7 - Persistant storage of introductions, watches and transactions, so daemon can restart
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 11graphics-keyboard.diff | 5 @@ -395,7 +395,7 @@ restart:
|
A D | 00cvs | 1275 @@ -651,7 +651,10 @@ restart: 1287 @@ -727,7 +730,8 @@ restart:
|
A D | 10graphics.diff | 708 restart it to repaint the screen. */ 2231 goto restart;
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | xendomains.service.in | 16 ExecReload=@LIBEXEC_BIN@/xendomains restart
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_vmcontrol.c | 397 domain_restart_type restart = DOMAIN_RESTART_NONE; in handle_domain_death() local 452 restart = DOMAIN_RESTART_RENAME; in handle_domain_death() 457 restart = DOMAIN_RESTART_NORMAL; in handle_domain_death() 468 restart = DOMAIN_RESTART_SOFT_RESET; in handle_domain_death() 477 return restart; in handle_domain_death()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | stubdom.txt | 67 - bootsplash is supported, but the ioemu backend does not yet support restart
|
A D | xenmon.txt | 92 - If you create a lot of domains, or repeatedly kill a domain and restart it,
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | io.c | 289 restart: in pt_irq_create_bind() 335 goto restart; in pt_irq_create_bind()
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 132 coredump-destroy or coredump-restart can be specified with this option.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 357 =item B<restart> 362 =item B<rename-restart> 376 =item B<coredump-restart> 379 restart the domain. 394 a reboot. Default is B<restart>.
|
A D | xl.pod.1.in | 374 restart on a crash. See L<xl.cfg(5)> for more info.
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 212 arrange another RC and restart this checklist.
|
Completed in 28 milliseconds