Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dunit-dependency-atom.c47 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED |
54 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED |
58 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED,
64 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED |
70 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED,
166 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED | in unit_dependency_from_unique_atom()
175 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED | in unit_dependency_from_unique_atom()
183 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED: in unit_dependency_from_unique_atom()
Dunit-dependency-atom.h30 UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED = UINT64_C(1) << 6, enumerator
Dunit.c2078 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_PINS_STOP_WHEN_UNNEEDED) { in unit_is_unneeded()