Searched refs:tar_pid (Results 1 - 3 of 3) sorted by relevance

/systemd/src/import/
H A Dimport-tar.c79 pid_t tar_pid; member in struct:TarImport
91 if (i->tar_pid > 1) {
92 (void) kill_and_sigcont(i->tar_pid, SIGKILL);
93 (void) wait_for_terminate(i->tar_pid, NULL);
193 if (i->tar_pid > 0) {
194 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
195 i->tar_pid = 0;
246 i->tar_fd = import_fork_tar_x(i->temp_path, &i->tar_pid);
H A Dpull-tar.c75 pid_t tar_pid; member in struct:TarPull
90 if (i->tar_pid > 1) {
91 (void) kill_and_sigcont(i->tar_pid, SIGKILL);
92 (void) wait_for_terminate(i->tar_pid, NULL);
314 if (i->tar_pid > 0) {
315 r = wait_for_terminate_and_warn("tar", i->tar_pid, true);
316 i->tar_pid = 0;
400 assert(i->tar_pid <= 0);
421 j->disk_fd = import_fork_tar_x(i->temp_path, &i->tar_pid);
H A Dexport-tar.c58 pid_t tar_pid; member in struct:TarExport
76 if (e->tar_pid > 1) {
77 (void) kill_and_sigcont(e->tar_pid, SIGKILL);
78 (void) wait_for_terminate(e->tar_pid, NULL);
320 e->tar_fd = import_fork_tar_c(e->temp_path ?: e->path, &e->tar_pid);

Completed in 535 milliseconds