Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dunit-dependency-atom.c44 [UNIT_REQUIRED_BY] = UNIT_ATOM_PROPAGATE_STOP |
50 [UNIT_REQUISITE_OF] = UNIT_ATOM_PROPAGATE_STOP |
61 UNIT_ATOM_PROPAGATE_STOP |
72 [UNIT_CONSISTS_OF] = UNIT_ATOM_PROPAGATE_STOP |
83 UNIT_ATOM_PROPAGATE_STOP,
162 case UNIT_ATOM_PROPAGATE_STOP | in unit_dependency_from_unique_atom()
172 UNIT_ATOM_PROPAGATE_STOP | in unit_dependency_from_unique_atom()
Dunit-dependency-atom.h60 UNIT_ATOM_PROPAGATE_STOP = UINT64_C(1) << 18, enumerator
Dtransaction.c1063 atom = UNIT_ATOM_PROPAGATE_STOP; in transaction_add_job_and_dependencies()