Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-job.c92 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; in bus_job_method_get_waiting_jobs() local
94 job_path = job_dbus_path(list[i]); in bus_job_method_get_waiting_jobs()
95 if (!job_path) in bus_job_method_get_waiting_jobs()
107 job_path, in bus_job_method_get_waiting_jobs()
Ddbus-unit.c991 …SD_BUS_RESULT("u", job_id, "o", job_path, "s", unit_id, "o", unit_path, "s", job_type, "a(uosos)",…
1760 _cleanup_free_ char *job_path = NULL, *unit_path = NULL; in bus_unit_queue_job_one() local
1784 job_path = job_dbus_path(j); in bus_unit_queue_job_one()
1785 if (!job_path) in bus_unit_queue_job_one()
1790 return sd_bus_message_append(reply, "o", job_path); in bus_unit_queue_job_one()
1799 j->id, job_path, in bus_unit_queue_job_one()
1814 job_path = mfree(job_path); in bus_unit_queue_job_one()
1817 job_path = job_dbus_path(a); in bus_unit_queue_job_one()
1818 if (!job_path) in bus_unit_queue_job_one()
1826 a->id, job_path, in bus_unit_queue_job_one()
Ddbus-manager.c860 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; in reply_unit_info() local
870 job_path = job_dbus_path(u->job); in reply_unit_info()
871 if (!job_path) in reply_unit_info()
886 empty_to_root(job_path)); in reply_unit_info()
1285 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; in method_list_jobs() local
1287 job_path = job_dbus_path(j); in method_list_jobs()
1288 if (!job_path) in method_list_jobs()
1301 job_path, in method_list_jobs()
2914 …SD_BUS_RESULT("u", job_id, "o", job_path, "s", unit_id, "o", unit_path, "s", job_type, "a(uosos)",…
/systemd-251/src/shared/
Dbus-unit-util.h20 const char *job_path; member
Dbus-unit-util.c71 &u->job_path); in bus_parse_unit_info()