Searched refs:wait_for_terminate_and_warn (Results 1 - 14 of 14) sorted by relevance

/systemd/src/quotacheck/
H A Dquotacheck.c121 r = wait_for_terminate_and_warn("quotacheck", pid, true);
/systemd/src/basic/
H A Dprocess-util.h59 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code);
H A Dutil.c186 wait_for_terminate_and_warn(path, pid, true);
218 wait_for_terminate_and_warn(name, executor_pid, true);
H A Dprocess-util.c500 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code) { function
/systemd/src/nspawn/
H A Dnspawn-setuid.c139 wait_for_terminate_and_warn("getent passwd", pid, true);
223 wait_for_terminate_and_warn("getent initgroups", pid, true);
H A Dnspawn.c3418 r = wait_for_terminate_and_warn("namespace helper", pid, NULL);
/systemd/src/vconsole/
H A Dvconsole-setup.c138 r = wait_for_terminate_and_warn(KBD_LOADKEYS, pid, true);
180 r = wait_for_terminate_and_warn(KBD_SETFONT, pid, true);
/systemd/src/login/
H A Dinhibit.c287 r = wait_for_terminate_and_warn(argv[optind], pid, true);
/systemd/src/core/
H A Dshutdown.c389 wait_for_terminate_and_warn("kexec", pid, true);
/systemd/src/import/
H A Dimport-tar.c194 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
H A Dpull-common.c529 r = wait_for_terminate_and_warn("gpg", pid, true);
H A Dpull-tar.c315 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
/systemd/src/delta/
H A Ddelta.c209 wait_for_terminate_and_warn("diff", pid, false);
/systemd/src/systemctl/
H A Dsystemctl.c6051 r = wait_for_terminate_and_warn("editor", pid, true);

Completed in 341 milliseconds