Searched defs:switch_root_init (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dmanager.h288 char *switch_root_init; member in struct:Manager
H A Dmain.c1307 char *switch_root_dir = NULL, *switch_root_init = NULL; local
1870 switch_root_init = m->switch_root_init;
1871 m->switch_root = m->switch_root_init = NULL;
1873 if (!switch_root_init)
1965 if (!switch_root_init) {
2026 if (switch_root_init) {
2027 args[0] = switch_root_init;

Completed in 17 milliseconds