Searched refs:pipe (Results 76 - 100 of 250) sorted by relevance

12345678910

/freebsd-10.1-release/lib/libc/gen/
H A Dpopen.c82 * FreeBSD's pipe() is bidirectional, so we use that.
93 if ((cloexec ? pipe2(pdes, O_CLOEXEC) : pipe(pdes)) < 0)
/freebsd-10.1-release/lib/libkse/test/
H A DMakefile25 CFLAGS := -Wall -pipe -g3
/freebsd-10.1-release/lib/libprocstat/
H A Dcommon_kvm.c44 #include <sys/pipe.h>
/freebsd-10.1-release/lib/libutil/tests/
H A Dpidfile_test.c135 if (pipe(fd) != 0)
/freebsd-10.1-release/libexec/fingerd/
H A Dfingerd.c181 if (pipe(p) < 0)
182 logerr("pipe: %s", strerror(errno));
/freebsd-10.1-release/libexec/ftpd/
H A Dpopen.c64 * may create a pipe to a hidden program as a side effect of a list or dir
88 if (pipe(pdes) < 0)
/freebsd-10.1-release/sys/vm/
H A Dvm_init.c77 #include <sys/pipe.h>
/freebsd-10.1-release/tools/regression/lib/libc/gen/
H A Dtest-fmtmsg.c168 if (pipe(pip) == -1)
169 err(2, "pipe");
/freebsd-10.1-release/tools/regression/security/cap_test/
H A Dcap_test_capmode.c181 if (pipe(fd2) == 0) {
185 FAIL("capmode:pipe");
/freebsd-10.1-release/usr.bin/svn/lib/libapr/
H A DMakefile15 otherchild.c pipe.c poll.c pollcb.c pollset.c port.c \
/freebsd-10.1-release/usr.sbin/autofs/
H A Dpopen.c87 error = pipe(outfds);
89 log_err(1, "pipe");
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dpopen.c51 * may create a pipe to a hidden program as a side effect of a list or dir
89 if (pipe(pdes) < 0)
H A Ddo_command.c164 pipe(stdin_pipe); /* child's stdin */
165 pipe(stdout_pipe); /* child's stdout */
244 /* close the pipe ends that we won't use. this doesn't affect
356 /* close the ends of the pipe that will only be referenced in the
363 * write, to the pipe connected to child's stdin, any input specified
368 * Note that if the input data won't fit into one pipe buffer (2K
386 /* close the pipe we don't use, since we inherited it and
415 /* close the pipe, causing an EOF condition. fclose causes
424 /* close the pipe to the grandkiddie's stdin, since its wicked uncle
433 * it's stdout, which has been redirected to our pipe
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dbench.c189 if (pipe(cp) == -1) {
193 perror("pipe");
/freebsd-10.1-release/lib/libc/sys/
H A DMakefile.inc196 pipe.2 \
358 MLINKS+=pipe.2 pipe2.2
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c131 /* set up pipe to channel mapping */
150 tmp->pipe = i++;
241 * this is because max pkind is always less than max pipe */
247 tmp2->pipe_bpid = tmp->pipe;
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_tv.c890 int pipe = intel_crtc->pipe; local
962 if (intel_crtc->pipe == 1)
1034 int pipeconf_reg = PIPECONF(pipe);
1048 intel_wait_for_vblank(dev, intel_crtc->pipe);
1052 intel_wait_for_pipe_off(dev, intel_crtc->pipe);
1110 * Requires that the current pipe's DPLL is active.
1143 if (intel_crtc->pipe == 1)
1163 to_intel_crtc(intel_tv->base.base.crtc)->pipe);
1235 * we have a pipe programme
[all...]
H A Di915_debug.c320 char pipe; local
326 pipe = pipe_name(crtc->pipe);
332 sbuf_printf(m, "No flip due on pipe %c (plane %c)\n",
333 pipe, plane);
336 sbuf_printf(m, "Flip queued on pipe %c (plane %c)\n",
337 pipe, plane);
339 sbuf_printf(m, "Flip pending (waiting for vsync) on pipe %c (plane %c)\n",
340 pipe, plane);
449 int i, pipe; local
[all...]
/freebsd-10.1-release/sys/conf/
H A Dkern.pre.mk40 COPTFLAGS?=-O2 -frename-registers -pipe
42 COPTFLAGS?=-O2 -pipe
45 COPTFLAGS?=${_MINUS_O} -pipe
/freebsd-10.1-release/sys/dev/drm/
H A Dmga_state.c246 unsigned int pipe = sarea_priv->warp_pipe; local
266 MGA_WIADDR, (dev_priv->warp_pipe_phys[pipe] |
275 unsigned int pipe = sarea_priv->warp_pipe; local
278 /* printk("mga_g400_emit_pipe %x\n", pipe); */
287 if (pipe & MGA_T2) {
299 /* Flush the WARP pipe */
347 MGA_WIADDR2, (dev_priv->warp_pipe_phys[pipe] |
H A Di915_drv.h48 enum pipe { enum
61 * 1.5: Add vblank pipe configuration
63 * - Support vertical blank on secondary display pipe
460 i915_enable_pipestat(drm_i915_private_t *dev_priv, int pipe, u32 mask);
463 i915_disable_pipestat(drm_i915_private_t *dev_priv, int pipe, u32 mask);
/freebsd-10.1-release/crypto/heimdal/appl/rcp/
H A Drcp.c722 pipe(reserved);
725 if (pipe(pin) < 0) {
726 perror("pipe");
729 if (pipe(pout) < 0) {
730 perror("pipe");
/freebsd-10.1-release/contrib/bmake/mk/sys/
H A DSunOS.mk59 CC ?= gcc -pipe
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dpex-common.c254 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
257 errmsg = "pipe";
302 input pipe. */
381 /* Return a stream for a pipe connected to the standard input of the
404 if (obj->funcs->pipe (obj, p, binary != 0) < 0)
/freebsd-10.1-release/contrib/groff/src/roff/groff/
H A Dpipeline.c229 /* last command doesn't need a new pipe */
231 if (pipe(pdes) < 0) {
232 sprintf(err_str, "%s: pipe", commands[i][0]);
245 /* connect stdout to write end of pipe */
251 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
255 Save the read end of the pipe so that it can be connected to
263 /* connect stdin to read end of last pipe */
272 /* connect stdout to write end of new pipe */
278 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
285 /* connect stdin to read end of last pipe */
[all...]

Completed in 294 milliseconds

12345678910