unit_file_reenable 1606 src/core/dbus-manager.c         return method_enable_unit_files_generic(bus, message, userdata, "enable", unit_file_reenable, true, error);
unit_file_reenable   89 src/shared/install.h int unit_file_reenable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
unit_file_reenable 5298 src/systemctl/systemctl.c                         r = unit_file_reenable(arg_scope, arg_runtime, arg_root, names, arg_force, &changes, &n_changes);