Searched defs:job_path (Results 1 - 3 of 3) sorted by relevance

/systemd/src/shared/
H A Dbus-util.h140 const char *job_path; member in struct:UnitInfo
/systemd/src/core/
H A Ddbus-manager.c894 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; local
913 job_path = job_dbus_path(u->job);
914 if (!job_path)
929 job_path ? job_path : "/");
981 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; local
983 job_path = job_dbus_path(j);
984 if (!job_path)
997 job_path,
/systemd/src/systemctl/
H A Dsystemctl.c2131 const char *name, *type, *state, *job_path, *unit_path; local
2162 while ((r = sd_bus_message_read(reply, "(usssoo)", &id, &name, &type, &state, &job_path, &unit_path)) > 0) {

Completed in 65 milliseconds