Lines Matching defs:other
558 Unit *other;
582 SET_FOREACH(other, UNIT(n)->dependencies[UNIT_TRIGGERS], i)
583 if (unit_active_or_pending(other)) {
944 static void busname_trigger_notify(Unit *u, Unit *other) {
948 assert(other);
953 if (other->start_limit_hit) {
958 if (other->load_state != UNIT_LOADED || other->type != UNIT_SERVICE)
961 if (IN_SET(SERVICE(other)->state,
967 if (SERVICE(other)->state == SERVICE_RUNNING)