SCOPE_STOP_SIGKILL   40 src/core/scope.c         [SCOPE_STOP_SIGKILL] = UNIT_DEACTIVATING,
SCOPE_STOP_SIGKILL  101 src/core/scope.c         if (!IN_SET(state, SCOPE_STOP_SIGTERM, SCOPE_STOP_SIGKILL))
SCOPE_STOP_SIGKILL  185 src/core/scope.c                 if (IN_SET(s->deserialized_state, SCOPE_STOP_SIGKILL, SCOPE_STOP_SIGTERM)) {
SCOPE_STOP_SIGKILL  260 src/core/scope.c                 scope_enter_signal(s, SCOPE_STOP_SIGKILL, SCOPE_SUCCESS);
SCOPE_STOP_SIGKILL  283 src/core/scope.c             s->state == SCOPE_STOP_SIGKILL)
SCOPE_STOP_SIGKILL  313 src/core/scope.c             s->state == SCOPE_STOP_SIGKILL)
SCOPE_STOP_SIGKILL  410 src/core/scope.c         if (IN_SET(s->state, SCOPE_RUNNING, SCOPE_ABANDONED, SCOPE_STOP_SIGTERM, SCOPE_STOP_SIGKILL))
SCOPE_STOP_SIGKILL  441 src/core/scope.c                         scope_enter_signal(s, SCOPE_STOP_SIGKILL, SCOPE_FAILURE_TIMEOUT);
SCOPE_STOP_SIGKILL  449 src/core/scope.c         case SCOPE_STOP_SIGKILL:
SCOPE_STOP_SIGKILL  504 src/core/scope.c         [SCOPE_STOP_SIGKILL] = "stop-sigkill",