Home
last modified time | relevance | path

Searched refs:UNIT_TARGET (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-list-dependencies.c50 if (unit_name_to_type(*a) == UNIT_TARGET && unit_name_to_type(*b) != UNIT_TARGET) in list_dependencies_compare()
52 if (unit_name_to_type(*a) != UNIT_TARGET && unit_name_to_type(*b) == UNIT_TARGET) in list_dependencies_compare()
125 if (arg_all || unit_name_to_type(*c) == UNIT_TARGET) { in list_dependencies_one()
/systemd-251/src/basic/
Dunit-def.c42 [UNIT_TARGET] = "org.freedesktop.systemd1.Target", in unit_dbus_interface_from_type()
74 [UNIT_TARGET] = "target",
Dunit-file.c22 UNIT_TARGET, in unit_type_may_alias()
32 UNIT_TARGET, in unit_type_may_template()
Dunit-def.h18 UNIT_TARGET, enumerator
/systemd-251/src/sysv-generator/
Dsysv-generator.c342 case UNIT_TARGET: in handle_provides()
/systemd-251/src/shared/
Dbus-unit-util.c2632 case UNIT_TARGET: in bus_append_unit_property_assignment()
Dinstall.c2899 if (unit_name_to_type(name) != UNIT_TARGET) /* this also validates the name */ in unit_file_set_default()
/systemd-251/src/core/
Dunit.c78 [UNIT_TARGET] = &target_vtable,
1458 if (target->type != UNIT_TARGET) in unit_add_default_target_dependency()