Searched refs:instance_name (Results 1 – 1 of 1) sorted by relevance
3275 _cleanup_free_ char *instance_name = NULL; in pattern_match_multiple_instances() local3277 r = unit_name_to_instance(unit_name, &instance_name); in pattern_match_multiple_instances()3281 if (strv_find(rule.instances, instance_name)) in pattern_match_multiple_instances()