Searched refs:manager_job_is_active (Results 1 - 7 of 7) sorted by relevance

/systemd/src/machine/
H A Dmachined.h78 int manager_job_is_active(Manager *manager, const char *path);
H A Dmachine.c502 if (m->scope_job && manager_job_is_active(m->manager, m->scope_job))
H A Dmachined-dbus.c1477 int manager_job_is_active(Manager *manager, const char *path) { function
/systemd/src/login/
H A Dlogind.h180 int manager_job_is_active(Manager *manager, const char *path);
H A Dlogind-user.c702 if (u->slice_job && manager_job_is_active(u->manager, u->slice_job))
705 if (u->service_job && manager_job_is_active(u->manager, u->service_job))
H A Dlogind-session.c946 if (s->scope_job && manager_job_is_active(s->manager, s->scope_job))
H A Dlogind-dbus.c3086 int manager_job_is_active(Manager *manager, const char *path) { function

Completed in 31 milliseconds