Lines Matching refs:pipefd
66 int pipefd;
587 if (dup2(opts->pipefd, STDOUT_FILENO) < 0) {
592 if (dup2(opts->pipefd, STDERR_FILENO) < 0) {
597 close(opts->pipefd);
865 os.pipefd = pipes[1];
1096 os.pipefd = criuout[1];
1184 int pipefd[2];
1195 if (pipe(pipefd)) {
1202 close(pipefd[0]);
1203 close(pipefd[1]);
1208 close(pipefd[0]);
1210 do_restore(c, pipefd[1], opts, criu_version);
1213 close(pipefd[1]);
1215 nread = read(pipefd[0], &status, sizeof(status));
1216 close(pipefd[0]);