JOB_RESTART       494 src/core/dbus-manager.c         return method_start_unit_generic(bus, message, userdata, JOB_RESTART, false, error);
JOB_RESTART       502 src/core/dbus-manager.c         return method_start_unit_generic(bus, message, userdata, JOB_RESTART, true, error);
JOB_RESTART       399 src/core/dbus-unit.c         return bus_unit_method_start_generic(bus, message, userdata, JOB_RESTART, false, error);
JOB_RESTART       407 src/core/dbus-unit.c         return bus_unit_method_start_generic(bus, message, userdata, JOB_RESTART, true, error);
JOB_RESTART       754 src/core/dbus-unit.c                 if (type == JOB_RESTART)
JOB_RESTART       762 src/core/dbus-unit.c                         (type == JOB_START || type == JOB_RESTART || type == JOB_TRY_RESTART) ? "start" :
JOB_RESTART       774 src/core/dbus-unit.c             ((type == JOB_RESTART || type == JOB_TRY_RESTART) && (u->refuse_manual_start || u->refuse_manual_stop)))
JOB_RESTART       309 src/core/job.c /*JOB_RESTART        */ JOB_RESTART,         JOB_RESTART,         -1, JOB_RESTART,
JOB_RESTART       351 src/core/job.c         case JOB_RESTART:
JOB_RESTART       373 src/core/job.c                         *t = JOB_RESTART;
JOB_RESTART       442 src/core/job.c                      other->job->type == JOB_RESTART))
JOB_RESTART       520 src/core/job.c                 case JOB_RESTART:
JOB_RESTART       571 src/core/job.c         else if (t == JOB_STOP || t == JOB_RESTART)
JOB_RESTART       598 src/core/job.c         } else if (t == JOB_STOP || t == JOB_RESTART) {
JOB_RESTART       665 src/core/job.c         } else if (t == JOB_STOP || t == JOB_RESTART) {
JOB_RESTART       777 src/core/job.c         if (result == JOB_DONE && t == JOB_RESTART) {
JOB_RESTART      1168 src/core/job.c         [JOB_RESTART] = "restart",
JOB_RESTART      3047 src/core/manager.c         if (u && u->job && IN_SET(u->job->type, JOB_START, JOB_RESTART, JOB_TRY_RESTART, JOB_RELOAD_OR_START))
JOB_RESTART      3053 src/core/manager.c                   (u->job && IN_SET(u->job->type, JOB_START, JOB_RESTART, JOB_TRY_RESTART, JOB_RELOAD_OR_START))))
JOB_RESTART      3058 src/core/manager.c                   (u->job && IN_SET(u->job->type, JOB_START, JOB_RESTART, JOB_TRY_RESTART, JOB_RELOAD_OR_START))))
JOB_RESTART      1484 src/core/service.c         r = manager_add_job(UNIT(s)->manager, JOB_RESTART, UNIT(s), JOB_FAIL, false, &error, NULL);
JOB_RESTART       947 src/core/transaction.c                 if (type == JOB_START || type == JOB_RESTART) {
JOB_RESTART      1042 src/core/transaction.c                 if (type == JOB_STOP || type == JOB_RESTART) {
JOB_RESTART      1781 src/core/unit.c                 case JOB_RESTART:
JOB_RESTART      2037 src/core/unit.c         case JOB_RESTART:
JOB_RESTART      2884 src/core/unit.c              u->job->type == JOB_RESTART))