Home
last modified time | relevance | path

Searched refs:live_update (Results 1 – 11 of 11) sorted by relevance

/tools/xenstored/
A Dminios.c71 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 Dlu.h8 struct live_update { struct
32 extern struct live_update *lu_status; argument
A Dposix.c339 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 Dcore.h309 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 Ddomain.h96 void stubdom_init(bool live_update);
A Dlu.c24 struct live_update *lu_status;
49 lu_status = talloc_zero(conn, struct live_update); in lu_begin()
A Dcore.c2308 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 Ddomain.c1416 void stubdom_init(bool live_update) in stubdom_init() argument
1419 mount_9pfs(live_update); in stubdom_init()
/tools/xs-clients/
A Dxenstore_control.c282 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 Dxenstored.ml625 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 Dlogging.ml330 let live_update () = function

Completed in 26 milliseconds