Searched refs:pipe (Results 101 - 125 of 238) sorted by relevance

12345678910

/freebsd-9.3-release/etc/
H A Dprotocols141 pipe 131 PIPE # Private IP Encapsulation within IP
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_drm.h370 int pipe; member in struct:drm_i915_vblank_pipe
853 /** pipe of requested CRTC **/
854 uint32_t pipe; member in struct:drm_i915_get_pipe_from_crtc_id
/freebsd-9.3-release/sys/sys/
H A Dsyscall.mk43 pipe.o \
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c232 pipe(fildes); pipe(repdes);
H A Dcmds.c209 * send remote input to local process via pipe
223 if (pipe(pdes)) {
224 printf("can't establish pipe\r\n");
933 if (pipe(pivec) < 0) {
934 perror("pipe");
/freebsd-9.3-release/contrib/file/src/
H A Dcompress.c266 "cannot create temporary file for pipe copy");
280 file_error(ms, errno, "error copying from pipe to temp file");
396 if ((fd != -1 && pipe(fdin) == -1) || pipe(fdout) == -1) {
397 file_error(ms, errno, "cannot create pipe");
/freebsd-9.3-release/bin/sh/
H A Dredir.c67 #define PIPESIZE 4096 /* amount of buffering in a pipe */
248 * data to a pipe. If the document is short, we can stuff the data in
249 * the pipe without forking.
258 if (pipe(pip) < 0)
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_exec.c273 if (pipe(pdes) < 0) {
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dgssapi_client.c208 if (pipe (pipefd) < 0)
209 err (1, "pipe");
H A Dgssapi_server.c261 if (pipe (pipefd) < 0)
262 err (1, "pipe");
/freebsd-9.3-release/lib/libc/gen/
H A Dwordexp.c127 if (pipe(pdes) < 0)
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.h182 struct pipestat *pipe, char *errbuf);
/freebsd-9.3-release/share/mk/
H A Dsys.mk56 CFLAGS ?= -O -pipe
58 CFLAGS ?= -O2 -pipe
/freebsd-9.3-release/tools/regression/poll/
H A Dpipepoll.c300 if (pipe(fd) != 0)
301 err(1, "pipe");
H A Dpipeselect.c297 if (pipe(fd) != 0)
298 err(1, "pipe");
/freebsd-9.3-release/tools/regression/sockets/zerosend/
H A Dzerosend.c205 if (pipe(fdp) < 0)
206 err(-1, "%s: setup_pipe: pipe", test);
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzcmp.c137 if (pipe(fd))
154 idp.fname = "(pipe)";
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmedia.c751 pipe(pfd);
752 pipe(qfd);
837 pipe(pfd); /* read end */
838 pipe(qfd); /* write end */
H A Dpackage.c180 pipe(pfd);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_worker.c58 rc = pipe(&fds[0]);
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DHP-UX.mk45 PIPE?= -pipe
H A DUnixWare.mk36 CC?= gcc -pipe -DUNIXWARE
/freebsd-9.3-release/tools/tools/syscall_timing/
H A Dsyscall_timing.c170 * pipe creation is expensive, as it will allocate a new file
171 * descriptor, allocate a new pipe, hook it all up, and return.
173 * the file descriptors and return the pipe.
175 if (pipe(fd) < 0)
176 err(-1, "test_pipe: pipe");
183 if (pipe(fd) == -1)
184 err(-1, "test_pipe: pipe");
636 { "pipe", test_pipe },
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-canusb-linux.c300 if (pipe(pipefd) == -1)
/freebsd-9.3-release/contrib/sendmail/rmail/
H A Drmail.c357 if (pipe(pdes) < 0)
358 err(EX_OSERR, "pipe failed");
383 /* Copy the file down the pipe. */

Completed in 700 milliseconds

12345678910