Searched refs:bus_wait_for_jobs (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Dbus-util.h183 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args);
H A Dbus-util.c2128 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args) { function
2176 return bus_wait_for_jobs(d, quiet, NULL);
/systemd/src/machine/
H A Dmachinectl.c1572 r = bus_wait_for_jobs(w, arg_quiet, NULL);
/systemd/src/systemctl/
H A Dsystemctl.c2783 q = bus_wait_for_jobs(w, arg_quiet, arg_scope != UNIT_FILE_SYSTEM ? "--user" : NULL);

Completed in 3365 milliseconds