UnitFileScope    1438 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1467 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1560 src/core/dbus-manager.c                 int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], bool force, UnitFileChange **changes, unsigned *n_changes),
UnitFileScope    1567 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1613 src/core/dbus-manager.c static int unit_file_preset_without_mode(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) {
UnitFileScope    1632 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1680 src/core/dbus-manager.c                 int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], UnitFileChange **changes, unsigned *n_changes),
UnitFileScope    1686 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1732 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1768 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope    1812 src/core/dbus-manager.c         UnitFileScope scope;
UnitFileScope      62 src/shared/install.c                                         UnitFileScope scope,
UnitFileScope      77 src/shared/install.c static int get_config_path(UnitFileScope scope, bool runtime, const char *root_dir, char **ret) {
UnitFileScope     528 src/shared/install.c                 UnitFileScope scope,
UnitFileScope     582 src/shared/install.c                 UnitFileScope scope,
UnitFileScope     646 src/shared/install.c                 UnitFileScope scope,
UnitFileScope     706 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1507 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1590 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1641 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1682 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1701 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1750 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1796 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    1879 src/shared/install.c int unit_file_query_preset(UnitFileScope scope, const char *root_dir, const char *name) {
UnitFileScope    1962 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    2031 src/shared/install.c                 UnitFileScope scope,
UnitFileScope    2142 src/shared/install.c                 UnitFileScope scope,
UnitFileScope      87 src/shared/install.h int unit_file_enable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      88 src/shared/install.h int unit_file_disable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      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);
UnitFileScope      90 src/shared/install.h int unit_file_link(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      91 src/shared/install.h int unit_file_preset(UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      92 src/shared/install.h int unit_file_preset_all(UnitFileScope scope, bool runtime, const char *root_dir, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      93 src/shared/install.h int unit_file_mask(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      94 src/shared/install.h int unit_file_unmask(UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      95 src/shared/install.h int unit_file_set_default(UnitFileScope scope, const char *root_dir, const char *file, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      96 src/shared/install.h int unit_file_get_default(UnitFileScope scope, const char *root_dir, char **name);
UnitFileScope      97 src/shared/install.h int unit_file_add_dependency(UnitFileScope scope, bool runtime, const char *root_dir, char **files, char *target, UnitDependency dep, bool force, UnitFileChange **changes, unsigned *n_changes);
UnitFileScope      99 src/shared/install.h UnitFileState unit_file_get_state(UnitFileScope scope, const char *root_dir, const char *filename);
UnitFileScope     101 src/shared/install.h int unit_file_get_list(UnitFileScope scope, const char *root_dir, Hashmap *h);
UnitFileScope     106 src/shared/install.h int unit_file_query_preset(UnitFileScope scope, const char *root_dir, const char *name);
UnitFileScope      88 src/systemctl/systemctl.c static UnitFileScope arg_scope = UNIT_FILE_SYSTEM;