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

/systemd/src/nspawn/
H A Dnspawn.c160 static bool arg_share_system = false; variable
736 arg_share_system = true;
892 if (arg_share_system)
895 if (arg_start_mode != START_PID1 && arg_share_system) {
1138 if (arg_share_system)
1360 if (arg_share_system)
1526 if (arg_share_system)
2810 (arg_share_system ? 0 : CLONE_NEWIPC|CLONE_NEWPID|CLONE_NEWUTS) |

Completed in 20 milliseconds