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

/systemd/src/run/
H A Drun.c49 static const char *arg_slice = NULL; variable
226 arg_slice = optarg;
435 if (!isempty(arg_slice)) {
438 r = unit_name_mangle_with_suffix(arg_slice, UNIT_NAME_NOGLOB, ".slice", &slice);
/systemd/src/nspawn/
H A Dnspawn.c122 static const char *arg_slice = NULL; variable
529 arg_slice = optarg;
3508 arg_slice,

Completed in 22 milliseconds