Searched refs:arg_property (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/run/ |
D | run.c | 57 static char **arg_property = NULL; variable 75 STATIC_DESTRUCTOR_REGISTER(arg_property, strv_freep); 332 if (strv_extend(&arg_property, optarg) < 0) in parse_argv() 714 r = transient_unit_set_properties(m, UNIT_SERVICE, arg_property); in transient_service_set_properties() 896 r = transient_unit_set_properties(m, UNIT_SCOPE, arg_property); in transient_scope_set_properties() 1711 if (strv_find_startswith(arg_property, f)) in shall_make_executable_absolute()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 36 static char **arg_property = NULL; variable 211 arg_property, in show_properties() 778 arg_property, in show_timesync() 979 r = strv_extend(&arg_property, optarg); in parse_argv()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 64 static char **arg_property = NULL; variable 79 STATIC_DESTRUCTOR_REGISTER(arg_property, strv_freep); 283 if (strv_extend(&arg_property, optarg) < 0) in parse_argv() 469 r = transient_unit_set_properties(m, UNIT_MOUNT, arg_property); in transient_mount_set_properties()
|
/systemd-251/src/login/ |
D | loginctl.c | 41 static char **arg_property = NULL; variable 54 STATIC_DESTRUCTOR_REGISTER(arg_property, strv_freep); 790 arg_property, in show_properties() 1333 r = strv_extend(&arg_property, optarg); in parse_argv()
|
/systemd-251/src/machine/ |
D | machinectl.c | 64 static char **arg_property = NULL; variable 87 STATIC_DESTRUCTOR_REGISTER(arg_property, strv_freep); 689 …r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, NULL, arg_property, arg_print_… in show_machine_properties() 988 …r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, NULL, arg_property, arg_print_… in show_image_properties() 2651 r = strv_extend(&arg_property, optarg); in parse_argv()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 196 static char **arg_property = NULL; variable 255 STATIC_DESTRUCTOR_REGISTER(arg_property, strv_freep); 1213 if (strv_extend(&arg_property, optarg) < 0) in parse_argv() 5081 arg_property, in run_container() 5096 arg_property, in run_container() 5101 } else if (arg_slice || arg_property) in run_container()
|