Searched refs:smode (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | dbus-unit.c | 381 const char *smode, *verb; in bus_unit_method_start_generic() local 396 r = sd_bus_message_read(message, "s", &smode); in bus_unit_method_start_generic() 400 mode = job_mode_from_string(smode); in bus_unit_method_start_generic() 402 … return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Job mode %s invalid", smode); in bus_unit_method_start_generic() 468 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() 495 mode = job_mode_from_string(smode); in bus_unit_method_enqueue_job() 497 … return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Job mode %s invalid", smode); in bus_unit_method_enqueue_job()
|
D | dbus-manager.c | 1046 const char *name, *smode; in method_start_transient_unit() local 1059 r = sd_bus_message_read(message, "ss", &name, &smode); in method_start_transient_unit() 1063 mode = job_mode_from_string(smode); in method_start_transient_unit() 1065 … return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Job mode %s is invalid.", smode); in method_start_transient_unit()
|