Home
last modified time | relevance | path

Searched refs:arg_identity_filter (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/home/
Dhomectl.c57 static char **arg_identity_filter = NULL; /* this one is also applied to 'privileged' and 'thisMach… variable
83 STATIC_DESTRUCTOR_REGISTER(arg_identity_filter, strv_freep);
97 !strv_isempty(arg_identity_filter) || in identity_properties_specified()
897 r = json_variant_filter(&v, arg_identity_filter); in apply_identity_changes()
905 if (arg_identity_extra_this_machine || !strv_isempty(arg_identity_filter)) { in apply_identity_changes()
953 r = json_variant_filter(&add, arg_identity_filter); in apply_identity_changes()
1022 if (arg_identity_extra_privileged || arg_identity_filter) { in apply_identity_changes()
1027 r = json_variant_filter(&privileged, arg_identity_filter); in apply_identity_changes()
2132 r = strv_extend(&arg_identity_filter, field); in drop_from_identity()