Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-unit.c468 const char *jtype, *smode; in bus_unit_method_enqueue_job() local
477 r = sd_bus_message_read(message, "ss", &jtype, &smode); in bus_unit_method_enqueue_job()
482 if (streq(jtype, "reload-or-restart")) { in bus_unit_method_enqueue_job()
485 } else if (streq(jtype, "reload-or-try-restart")) { in bus_unit_method_enqueue_job()
490 type = job_type_from_string(jtype); in bus_unit_method_enqueue_job()
492 … return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Job type %s invalid", jtype); in bus_unit_method_enqueue_job()
508 jtype, in bus_unit_method_enqueue_job()