Searched refs:pipe (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/freebsd-current/share/mk/
H A Dbsd.man.mk34 # MANFILTER command to pipe the raw man page through before compressing
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp565 case tok::pipe: return 7;
794 case tok::pipe:
/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1218 if (pipe(PipeFD[0]) != 0 || pipe(PipeFD[1]) != 0)
1219 perror("Error creating pipe: ");
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.c71 #include <sys/pipe.h>
127 struct pipestat *pipe, char *errbuf);
129 struct pipestat *pipe, char *errbuf);
965 struct pipe pi;
975 if (!kvm_read_all(kd, (unsigned long)pipep, &pi, sizeof(struct pipe))) {
976 warnx("can't read pipe at %p", (void *)pipep);
/freebsd-current/sys/netinet/
H A Dtcp_input.c2629 * We can inject new data into the pipe iff
4031 int snd_cnt = 0, limit = 0, del_data = 0, pipe = 0; local
4050 pipe = tcp_compute_pipe(tp);
4052 pipe = (tp->snd_nxt - tp->snd_fack) +
4059 pipe = imax(0, tp->snd_max - tp->snd_una -
4066 if (pipe >= tp->snd_ssthresh) {
4092 snd_cnt = imin((tp->snd_ssthresh - pipe), limit);
4110 tp->snd_cwnd = pipe - del_data + (snd_cnt * maxseg);
H A Dip_fw.h51 * Most commands (queue, pipe, tag, untag, limit...) can have a 16-bit
232 O_PIPE, /* arg1=pipe number */
712 uint32_t extra; /* queue/pipe or frag_id */
785 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */
897 uint32_t pipe; /* O_PIPE/O_QUEUE */ member in struct:_ipfw_table_value
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c668 pipe(p);
671 dup2(p[1], STDOUT_FILENO); /* pipe is stdout */
688 fi = p[0]; /* use pipe for input */
1555 pipe(p);
1794 pipe(p);
1800 dup2(p[0], STDIN_FILENO); /* pipe is std in */
1816 ofd = p[1]; /* use pipe for output */
/freebsd-current/sbin/ipfw/
H A Dtables.c97 { "pipe", IPFW_VTYPE_PIPE },
1520 v->pipe = val;
1589 v->pipe = strtol(n, &e, 10);
1591 etype = "pipe";
1845 l = snprintf(buf, sz, "%u,", v->pipe);
/freebsd-current/contrib/unbound/util/
H A Dtube.c2 * util/tube.c - pipe service
39 * This file contains pipe service functions.
56 /** no socketpair() available, like on Minix 3.1.7, use pipe */
57 #define socketpair(f, t, p, sv) pipe(sv)
166 /* parent closed pipe, must have exited somehow */
196 /* parent closed pipe, must have exited somehow */
251 /* error on pipe, must have exited somehow */
252 /* cannot signal this to pipe user */
268 /* error on pipe, must have exited somehow */
269 /* cannot signal this to pipe use
[all...]
/freebsd-current/crypto/openssl/engines/
H A De_afalg.c611 pipe(actx->zc_pipe);
/freebsd-current/usr.sbin/apmd/
H A Dapmd.c676 if (pipe(signal_fd) < 0)
677 err(1, "pipe");
/freebsd-current/tools/regression/posixsem/
H A Dposixsem.c59 /* Macros for passing child status to parent over a pipe. */
66 * creates a pipe and forks a child process. The child process runs
68 * integer gets written over the pipe to the parent and returned in
69 * '*stat'. If there is an error in pipe(), fork(), or wait() this
78 if (pipe(pfd) < 0) {
79 fail_errno("pipe");
99 fail_errno("read(pipe)");
/freebsd-current/bin/pax/
H A Dar_io.c403 * from a socket or a pipe. This is to prevent the process on the
404 * other side of the pipe from getting a SIGPIPE (pax will stop
414 * we only drain from a pipe/socket. Other devices can be closed
415 * without reading up to end of file. We sure hope that pipe is closed
422 * keep reading until pipe is drained
481 paxwarn(1, "Cannot append to an archive obtained from a pipe.");
1241 if (pipe(fds) < 0)
1242 err(1, "could not pipe");
/freebsd-current/lib/libnv/tests/
H A Dnvlist_send_recv_test.c74 if (pipe(pfd) == -1)
75 err(EXIT_FAILURE, "pipe");
/freebsd-current/sbin/mdmfs/
H A Dmdmfs.c768 /* Create a pipe if necessary and fork the helper program. */
770 if (pipe(&pfd[0]) == -1)
771 err(1, "pipe");
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c191 * Allocate pipe fd to wake main thread from signal handler in non-racy
194 error = pipe(fds);
196 err(1, "pipe failed");
/freebsd-current/usr.bin/calendar/
H A Dio.c692 if (pipe(pdes) < 0)
700 /* child -- set stdin to pipe output */
711 /* parent -- write to pipe input */
/freebsd-current/crypto/openssl/test/
H A Ddrbgtest.c346 if (!TEST_int_ge(pipe(fd), 0))
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c379 if (pipe(fd))
380 err(2, "pipe");
386 /* We don't read from the pipe. */
397 /* We don't write to the pipe. */
400 /* Open pipe to diff command. */
402 err(2, "could not open diff pipe");
/freebsd-current/crypto/openssh/regress/
H A DMakefile41 broken-pipe \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp859 INTERCEPTOR(int, pipe, int pipefd[2]) {
861 return REAL(pipe)(pipefd);
863 int res = REAL(pipe)(pipefd);
1879 INTERCEPT_FUNCTION(pipe);
/freebsd-current/sbin/swapon/
H A Dswapon.c638 if (pipe(&pfd[0]) == -1) {
639 warn("%s: pipe", __func__);
/freebsd-current/usr.sbin/daemon/
H A Ddaemon.c403 if (pipe(pipe_fd)) {
404 err(1, "pipe");
513 * if child closes the pipe daemon will stop getting
/freebsd-current/tests/sys/audit/
H A Dinter-process.c1497 "pipe(2) call");
1504 snprintf(ipcregex, sizeof(ipcregex), "pipe.*%d.*return,success", pid);
1506 ATF_REQUIRE_EQ(0, pipe(filedesc));
1523 "pipe(2) call");
1529 snprintf(ipcregex, sizeof(ipcregex), "pipe.*%d.*return.failure", pid);
1532 ATF_REQUIRE_EQ(-1, pipe(NULL));
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_dc.c953 event->pipe = sc->tegra_crtc.nvidia_head;
955 drm_vblank_get(drm, event->pipe);

Completed in 588 milliseconds

1234567891011>>