Lines Matching defs:rpipe
2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1};
2237 if ((rv = rump_sys_pipe(rpipe)) == -1) {
2255 if (fd == rpipe[0] || fd == rpipe[1]) {
2281 pfd_rump[nfds].fd = rpipe[0];
2293 parg.pipefd = rpipe[1];
2354 if (rpipe[0] != -1)
2355 rump_sys_close(rpipe[0]);
2356 if (rpipe[1] != -1)
2357 rump_sys_close(rpipe[1]);