Searched refs:live_update (Results 1 – 11 of 11) sorted by relevance
| /tools/xenstored/ |
| A D | minios.c | 71 void early_init(bool live_update, bool dofork, const char *pidfile) in early_init() argument 78 void late_init(bool live_update) in late_init() argument 151 void mount_9pfs(bool live_update) in mount_9pfs() argument 153 if (!live_update) in mount_9pfs()
|
| A D | lu.h | 8 struct live_update { struct 32 extern struct live_update *lu_status; argument
|
| A D | posix.c | 339 void early_init(bool live_update, bool dofork, const char *pidfile) in early_init() argument 350 if (!live_update) in early_init() 361 if (!live_update) in early_init() 405 void late_init(bool live_update) in late_init() argument 408 if (!live_update) { in late_init()
|
| A D | core.h | 309 void setup_structure(bool live_update); 399 void early_init(bool live_update, bool dofork, const char *pidfile); 400 void late_init(bool live_update); 413 void mount_9pfs(bool live_update);
|
| A D | domain.h | 96 void stubdom_init(bool live_update);
|
| A D | lu.c | 24 struct live_update *lu_status; 49 lu_status = talloc_zero(conn, struct live_update); in lu_begin()
|
| A D | core.c | 2308 void setup_structure(bool live_update) in setup_structure() argument 2315 if (live_update) in setup_structure() 2678 bool live_update = false; in main() local 2749 live_update = true; in main() 2757 early_init(live_update, dofork, pidfile); in main() 2764 if (!live_update) { in main() 2770 if (dofork && !live_update) in main() 2780 stubdom_init(live_update); in main() 2784 if (live_update) in main() 2793 late_init(live_update); in main()
|
| A D | domain.c | 1416 void stubdom_init(bool live_update) in stubdom_init() argument 1419 mount_9pfs(live_update); in stubdom_init()
|
| /tools/xs-clients/ |
| A D | xenstore_control.c | 282 static int live_update(struct xs_handle *xsh, int argc, char **argv) in live_update() function 362 rc = live_update(xsh, argc - 2, argv + 2); in main()
|
| /tools/ocaml/xenstored/ |
| A D | xenstored.ml | 625 let live_update = ref false in 630 live_update := Process.LiveUpdate.should_run cons; 631 if !live_update || !quit then begin 647 if !live_update then begin 648 Logging.live_update ();
|
| A D | logging.ml | 330 let live_update () = function
|
Completed in 26 milliseconds