Searched refs:fd_pipe (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dopen_transformer.c18 int fd_pipe[2]; local
21 xpipe(fd_pipe);
36 close(fd_pipe[0]); /* We don't wan't to read from the parent */
38 transformer(src_fd, fd_pipe[1]);
40 close(fd_pipe[1]); /* Send EOF */
46 xmove_fd(fd_pipe[1], 1);
55 close(fd_pipe[1]); /* Don't want to write to the child */
57 return fd_pipe[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h37 bool fd_pipe; member in struct:perf_session
H A Dsession.c19 self->fd_pipe = true;
866 if (!self->fd_pipe)
H A Dheader.c853 if (session->fd_pipe)

Completed in 85 milliseconds