unit_name_to_type  640 src/core/dbus-manager.c         t = unit_name_to_type(name);
unit_name_to_type 1418 src/core/load-fragment.c         type = unit_name_to_type(p ?: rvalue);
unit_name_to_type 1311 src/core/manager.c         t = unit_name_to_type(name);
unit_name_to_type  207 src/core/snapshot.c                 if (unit_name_to_type(name) != UNIT_SNAPSHOT)
unit_name_to_type  163 src/core/unit.c         assert_se((t = unit_name_to_type(s)) >= 0);
unit_name_to_type 1719 src/shared/install.c         if (unit_name_to_type(file) != UNIT_TARGET)
unit_name_to_type  530 src/shared/unit-name.c         if (unit_name_to_type(name) < 0)
unit_name_to_type  129 src/shared/unit-name.h UnitType unit_name_to_type(const char *n) _pure_;
unit_name_to_type 1573 src/systemctl/systemctl.c         if (unit_name_to_type(*a) == UNIT_TARGET && unit_name_to_type(*b) != UNIT_TARGET)
unit_name_to_type 1575 src/systemctl/systemctl.c         if (unit_name_to_type(*a) != UNIT_TARGET && unit_name_to_type(*b) == UNIT_TARGET)
unit_name_to_type 1628 src/systemctl/systemctl.c                 if (arg_all || unit_name_to_type(*c) == UNIT_TARGET) {
unit_name_to_type  499 src/sysv-generator/sysv-generator.c                                         if (unit_name_to_type(m) == UNIT_SERVICE) {