Searched refs:switching_root (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dmanager.h343 int manager_serialize(Manager *m, FILE *f, FDSet *fds, bool switching_root);
H A Dmain.c1062 static int prepare_reexecute(Manager *m, FILE **_f, FDSet **_fds, bool switching_root) { argument
1083 r = manager_serialize(m, f, fds, switching_root);
H A Dmanager.c2223 int manager_serialize(Manager *m, FILE *f, FDSet *fds, bool switching_root) { argument
2257 if (!switching_root) {
2302 r = unit_serialize(u, f, fds, !switching_root);

Completed in 48 milliseconds