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

/systemd/src/login/
H A Dloginctl.c49 static char **arg_property = NULL; variable
697 if (arg_property && !strv_find(arg_property, name))
1423 r = strv_extend(&arg_property, optarg);
1560 strv_free(arg_property);
/systemd/src/run/
H A Drun.c60 static char **arg_property = NULL; variable
276 if (strv_extend(&arg_property, optarg) < 0)
464 r = transient_unit_set_properties(m, arg_property);
616 r = transient_unit_set_properties(m, arg_property);
1254 strv_free(arg_property);
/systemd/src/machine/
H A Dmachinectl.c62 static char **arg_property = NULL; variable
691 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all);
940 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all);
2482 r = strv_extend(&arg_property, optarg);
2674 strv_free(arg_property);
/systemd/src/nspawn/
H A Dnspawn.c173 static char **arg_property = NULL; variable
793 if (strv_extend(&arg_property, optarg) < 0)
3511 arg_property,

Completed in 34 milliseconds