Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-jobs.c15 uint32_t other_id; in output_waiting_jobs() local
28 …while ((r = sd_bus_message_read(reply, "(usssoo)", &other_id, &name, &type, NULL, NULL, NULL)) > 0… in output_waiting_jobs()
32 if (asprintf(&row, "%s %u (%s/%s)", prefix, other_id, name, type) < 0) in output_waiting_jobs()
/systemd-251/src/core/
Dunit.c939 const char *other_id, in unit_maybe_warn_about_dependency() argument
956 if (streq_ptr(u->id, other_id)) in unit_maybe_warn_about_dependency()
959 …ncy %s=%s dropped, merged into %s", unit_dependency_to_string(dependency), strna(other_id), u->id); in unit_maybe_warn_about_dependency()