UnitDependency 1816 src/core/dbus-manager.c UnitDependency dep; UnitDependency 877 src/core/dbus-unit.c UnitDependency d; UnitDependency 37 src/core/load-dropin.c UnitDependency dependency, UnitDependency 101 src/core/load-dropin.c UnitDependency dependency, UnitDependency 98 src/core/load-fragment.c UnitDependency d = ltype; UnitDependency 57 src/core/target.c static const UnitDependency deps[] = { UnitDependency 72 src/core/unit.c static int maybe_warn_about_dependency(const char *id, const char *other, UnitDependency dependency); UnitDependency 371 src/core/unit.c UnitDependency d; UnitDependency 455 src/core/unit.c UnitDependency d; UnitDependency 601 src/core/unit.c static int reserve_dependencies(Unit *u, Unit *other, UnitDependency d) { UnitDependency 622 src/core/unit.c static void merge_dependencies(Unit *u, Unit *other, const char *other_id, UnitDependency d) { UnitDependency 633 src/core/unit.c UnitDependency k; UnitDependency 663 src/core/unit.c UnitDependency d; UnitDependency 841 src/core/unit.c UnitDependency d; UnitDependency 1070 src/core/unit.c static const UnitDependency deps[] = { UnitDependency 2052 src/core/unit.c static int maybe_warn_about_dependency(const char *id, const char *other, UnitDependency dependency) { UnitDependency 2099 src/core/unit.c int unit_add_dependency(Unit *u, UnitDependency d, Unit *other, bool add_reference) { UnitDependency 2101 src/core/unit.c static const UnitDependency inverse_table[_UNIT_DEPENDENCY_MAX] = { UnitDependency 2204 src/core/unit.c int unit_add_two_dependencies(Unit *u, UnitDependency d, UnitDependency e, Unit *other, bool add_reference) { UnitDependency 2254 src/core/unit.c int unit_add_dependency_by_name(Unit *u, UnitDependency d, const char *name, const char *path, bool add_reference) { UnitDependency 2273 src/core/unit.c int unit_add_two_dependencies_by_name(Unit *u, UnitDependency d, UnitDependency e, const char *name, const char *path, bool add_reference) { UnitDependency 2292 src/core/unit.c int unit_add_dependency_by_name_inverse(Unit *u, UnitDependency d, const char *name, const char *path, bool add_reference) { UnitDependency 2311 src/core/unit.c int unit_add_two_dependencies_by_name_inverse(Unit *u, UnitDependency d, UnitDependency e, const char *name, const char *path, bool add_reference) { UnitDependency 448 src/core/unit.h int unit_add_dependency(Unit *u, UnitDependency d, Unit *other, bool add_reference); UnitDependency 449 src/core/unit.h int unit_add_two_dependencies(Unit *u, UnitDependency d, UnitDependency e, Unit *other, bool add_reference); UnitDependency 451 src/core/unit.h int unit_add_dependency_by_name(Unit *u, UnitDependency d, const char *name, const char *filename, bool add_reference); UnitDependency 452 src/core/unit.h int unit_add_two_dependencies_by_name(Unit *u, UnitDependency d, UnitDependency e, const char *name, const char *path, bool add_reference); UnitDependency 454 src/core/unit.h int unit_add_dependency_by_name_inverse(Unit *u, UnitDependency d, const char *name, const char *filename, bool add_reference); UnitDependency 455 src/core/unit.h int unit_add_two_dependencies_by_name_inverse(Unit *u, UnitDependency d, UnitDependency e, const char *name, const char *path, bool add_reference); UnitDependency 1512 src/shared/install.c UnitDependency dep, UnitDependency 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); UnitDependency 604 src/shared/unit-name.c DEFINE_STRING_TABLE_LOOKUP(unit_dependency, UnitDependency); UnitDependency 32 src/shared/unit-name.h typedef enum UnitDependency UnitDependency; UnitDependency 166 src/shared/unit-name.h const char *unit_dependency_to_string(UnitDependency i) _const_; UnitDependency 167 src/shared/unit-name.h UnitDependency unit_dependency_from_string(const char *s) _pure_; UnitDependency 5434 src/systemctl/systemctl.c UnitDependency dep;