Lines Matching defs:hpipe
2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1};
2240 if (rv == 0 && (rv = pipe(hpipe)) == -1) {
2265 if (fd == hpipe[0] || fd == hpipe[1]) {
2279 pfd_host[nfds].fd = hpipe[0];
2299 write(hpipe[1], &rv, sizeof(rv));
2358 if (hpipe[0] != -1)
2359 host_close(hpipe[0]);
2360 if (hpipe[1] != -1)
2361 host_close(hpipe[1]);