Home
last modified time | relevance | path

Searched refs:UNIT_ATOM_RETROACTIVE_STOP_ON_STOP (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/ !
Dunit-dependency-atom.c60 [UNIT_BOUND_BY] = UNIT_ATOM_RETROACTIVE_STOP_ON_STOP |
82 [UNIT_PROPAGATES_STOP_TO] = UNIT_ATOM_RETROACTIVE_STOP_ON_STOP |
171 case UNIT_ATOM_RETROACTIVE_STOP_ON_STOP | in unit_dependency_from_unique_atom()
Dunit-dependency-atom.h50 UNIT_ATOM_RETROACTIVE_STOP_ON_STOP = UINT64_C(1) << 14, enumerator
Dunit.c2215 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_RETROACTIVE_STOP_ON_STOP) /* BoundBy= */ in retroactively_stop_dependencies()