Searched refs:restart (Results 1 – 22 of 22) sorted by relevance
| /xen/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 296 if cf.restart && Sys.file_exists filename then (
|
| /xen/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/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/tools/xenstore/ |
| A D | TODO | 7 - Persistant storage of introductions, watches and transactions, so daemon can restart
|
| /xen/stubdom/grub.patches/ |
| A D | 11graphics-keyboard.diff | 5 @@ -395,7 +395,7 @@ restart:
|
| A D | 00cvs | 915 @@ -651,7 +651,10 @@ restart: 927 @@ -727,7 +730,8 @@ restart:
|
| A D | 10graphics.diff | 708 restart it to repaint the screen. */ 2231 goto restart;
|
| /xen/tools/hotplug/Linux/systemd/ |
| A D | xendomains.service.in | 16 ExecReload=@LIBEXEC_BIN@/xendomains restart
|
| /xen/tools/xl/ |
| A D | xl_vmcontrol.c | 403 domain_restart_type restart = DOMAIN_RESTART_NONE; in handle_domain_death() local 458 restart = DOMAIN_RESTART_RENAME; in handle_domain_death() 463 restart = DOMAIN_RESTART_NORMAL; in handle_domain_death() 474 restart = DOMAIN_RESTART_SOFT_RESET; in handle_domain_death() 483 return restart; in handle_domain_death()
|
| /xen/xen/drivers/passthrough/ |
| A D | io.c | 290 restart: in pt_irq_create_bind() 336 goto restart; in pt_irq_create_bind()
|
| /xen/docs/misc/ |
| A D | xenmon.txt | 92 - If you create a lot of domains, or repeatedly kill a domain and restart it,
|
| A D | stubdom.txt | 172 - bootsplash is supported, but the ioemu backend does not yet support restart
|
| /xen/ |
| A D | INSTALL | 152 coredump-destroy or coredump-restart can be specified with this option.
|
| /xen/docs/process/ |
| A D | xen-release-management.pandoc | 210 arrange another RC and restart this checklist.
|
| /xen/docs/man/ |
| A D | xl.cfg.5.pod.in | 358 =item B<restart> 363 =item B<rename-restart> 377 =item B<coredump-restart> 380 restart the domain. 395 a reboot. Default is B<restart>.
|
| A D | xl.1.pod.in | 374 restart on a crash. See L<xl.cfg(5)> for more info.
|
Completed in 30 milliseconds