Searched refs:wait_for_terminate_and_warn (Results 1 - 14 of 14) sorted by relevance
| /systemd/src/quotacheck/ |
| H A D | quotacheck.c | 121 r = wait_for_terminate_and_warn("quotacheck", pid, true);
|
| /systemd/src/basic/ |
| H A D | process-util.h | 59 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code);
|
| H A D | util.c | 186 wait_for_terminate_and_warn(path, pid, true); 218 wait_for_terminate_and_warn(name, executor_pid, true);
|
| H A D | process-util.c | 500 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code) { function
|
| /systemd/src/nspawn/ |
| H A D | nspawn-setuid.c | 139 wait_for_terminate_and_warn("getent passwd", pid, true); 223 wait_for_terminate_and_warn("getent initgroups", pid, true);
|
| H A D | nspawn.c | 3418 r = wait_for_terminate_and_warn("namespace helper", pid, NULL);
|
| /systemd/src/vconsole/ |
| H A D | vconsole-setup.c | 138 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 D | inhibit.c | 287 r = wait_for_terminate_and_warn(argv[optind], pid, true);
|
| /systemd/src/core/ |
| H A D | shutdown.c | 389 wait_for_terminate_and_warn("kexec", pid, true);
|
| /systemd/src/import/ |
| H A D | import-tar.c | 194 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
|
| H A D | pull-common.c | 529 r = wait_for_terminate_and_warn("gpg", pid, true);
|
| H A D | pull-tar.c | 315 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
|
| /systemd/src/delta/ |
| H A D | delta.c | 209 wait_for_terminate_and_warn("diff", pid, false);
|
| /systemd/src/systemctl/ |
| H A D | systemctl.c | 6051 r = wait_for_terminate_and_warn("editor", pid, true);
|
Completed in 341 milliseconds