Lines Matching defs:other
687 SysvStub *other;
699 HASHMAP_FOREACH(other, all_services, j) {
700 if (s == other)
703 if (!other->loaded)
706 if (other->sysv_start_priority < 0)
711 if (s->has_lsb && other->has_lsb)
714 if (other->sysv_start_priority < s->sysv_start_priority) {
715 r = strv_extend(&s->after, other->name);
719 } else if (other->sysv_start_priority > s->sysv_start_priority) {
720 r = strv_extend(&s->before, other->name);