Searched defs:switching_root (Results 1 - 2 of 2) sorted by relevance
/systemd/src/core/ |
H A D | main.c | 1062 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 D | manager.c | 2223 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 23 milliseconds