JOB_STOP 486 src/core/dbus-manager.c return method_start_unit_generic(bus, message, userdata, JOB_STOP, false, error); JOB_STOP 391 src/core/dbus-unit.c return bus_unit_method_start_generic(bus, message, userdata, JOB_STOP, false, error); JOB_STOP 763 src/core/dbus-unit.c type == JOB_STOP ? "stop" : "reload", error); JOB_STOP 767 src/core/dbus-unit.c if (type == JOB_STOP && JOB_STOP 773 src/core/dbus-unit.c (type == JOB_STOP && u->refuse_manual_stop) || JOB_STOP 337 src/core/job.c case JOB_STOP: JOB_STOP 441 src/core/job.c (other->job->type == JOB_STOP || JOB_STOP 519 src/core/job.c case JOB_STOP: JOB_STOP 571 src/core/job.c else if (t == JOB_STOP || t == JOB_RESTART) JOB_STOP 598 src/core/job.c } else if (t == JOB_STOP || t == JOB_RESTART) { JOB_STOP 665 src/core/job.c } else if (t == JOB_STOP || t == JOB_RESTART) { JOB_STOP 733 src/core/job.c } else if (t == JOB_STOP) JOB_STOP 818 src/core/job.c } else if (t == JOB_STOP) { JOB_STOP 1165 src/core/job.c [JOB_STOP] = "stop", JOB_STOP 1469 src/core/service.c if (UNIT(s)->job && UNIT(s)->job->type == JOB_STOP) { JOB_STOP 195 src/core/transaction.c yes_no(j->type == JOB_STOP && job_is_conflicted_by(j))); JOB_STOP 199 src/core/transaction.c yes_no(k->type == JOB_STOP && job_is_conflicted_by(k))); JOB_STOP 201 src/core/transaction.c if (j->type == JOB_STOP) { JOB_STOP 208 src/core/transaction.c } else if (k->type == JOB_STOP) { JOB_STOP 550 src/core/transaction.c j->type == JOB_STOP && UNIT_IS_ACTIVE_OR_ACTIVATING(unit_active_state(j->unit)); JOB_STOP 872 src/core/transaction.c if (type != JOB_STOP && unit->load_state == UNIT_ERROR) { JOB_STOP 888 src/core/transaction.c if (type != JOB_STOP && unit->load_state == UNIT_NOT_FOUND) { JOB_STOP 895 src/core/transaction.c if (type != JOB_STOP && unit->load_state == UNIT_MASKED) { JOB_STOP 1018 src/core/transaction.c r = transaction_add_job_and_dependencies(tr, JOB_STOP, dep, ret, true, override, true, false, ignore_order, e); JOB_STOP 1029 src/core/transaction.c r = transaction_add_job_and_dependencies(tr, JOB_STOP, dep, ret, false, override, false, false, ignore_order, e); JOB_STOP 1042 src/core/transaction.c if (type == JOB_STOP || type == JOB_RESTART) { JOB_STOP 1129 src/core/transaction.c r = transaction_add_job_and_dependencies(tr, JOB_STOP, u, tr->anchor_job, true, false, false, false, false, NULL); JOB_STOP 1255 src/core/unit.c if (t != JOB_START && t != JOB_STOP) JOB_STOP 1262 src/core/unit.c return format_table->starting_stopping[t == JOB_STOP]; JOB_STOP 1279 src/core/unit.c else if (t == JOB_STOP) JOB_STOP 1311 src/core/unit.c if (t != JOB_START && t != JOB_STOP && t != JOB_RELOAD) JOB_STOP 1329 src/core/unit.c t == JOB_STOP ? SD_MESSAGE_UNIT_STOPPING : JOB_STOP 1432 src/core/unit.c unit_status_log_starting_stopping_reloading(u, JOB_STOP); JOB_STOP 1433 src/core/unit.c unit_status_print_starting_stopping(u, JOB_STOP); JOB_STOP 1529 src/core/unit.c manager_add_job(u->manager, JOB_STOP, u, JOB_FAIL, true, NULL, NULL); JOB_STOP 1561 src/core/unit.c manager_add_job(u->manager, JOB_STOP, u, JOB_FAIL, true, NULL, NULL); JOB_STOP 1593 src/core/unit.c manager_add_job(u->manager, JOB_STOP, other, JOB_REPLACE, true, NULL, NULL); JOB_STOP 1597 src/core/unit.c manager_add_job(u->manager, JOB_STOP, other, JOB_REPLACE, true, NULL, NULL); JOB_STOP 1610 src/core/unit.c manager_add_job(u->manager, JOB_STOP, other, JOB_REPLACE, true, NULL, NULL); JOB_STOP 1780 src/core/unit.c case JOB_STOP: JOB_STOP 2033 src/core/unit.c case JOB_STOP: JOB_STOP 2856 src/core/unit.c return u->job && u->job->type == JOB_STOP;