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

/systemd/src/initctl/
H A Dinitctl.c68 static const char *translate_runlevel(int runlevel, bool *isolate) { argument
72 bool isolate; member in struct:__anon88
87 assert(isolate);
91 *isolate = table[i].isolate;
104 bool isolate = false; local
109 target = translate_runlevel(runlevel, &isolate);
115 if (isolate)
116 mode = "isolate";

Completed in 1777 milliseconds