Lines Matching defs:following
875 Unit *following;
929 following = unit_following(u);
930 if (following)
931 fprintf(f, "%s\tFollowing: %s\n", prefix, following->id);
1462 Unit *following;
1511 following = unit_following(u);
1512 if (following) {
1513 log_unit_debug(u, "Redirecting start request from %s to %s.", u->id, following->id);
1514 return unit_start(following);
1558 Unit *following;
1566 following = unit_following(u);
1567 if (following) {
1568 log_unit_debug(u, "Redirecting stop request from %s to %s.", u->id, following->id);
1569 return unit_stop(following);
1587 Unit *following;
1606 following = unit_following(u);
1607 if (following) {
1608 log_unit_debug(u, "Redirecting reload request from %s to %s.", u->id, following->id);
1609 return unit_reload(following);
2995 if (UNIT_VTABLE(u)->following)
2996 return UNIT_VTABLE(u)->following(u);