Searched refs:pipe (Results 201 - 225 of 328) sorted by relevance

1234567891011>>

/freebsd-current/bin/sh/
H A Deval.c579 if (pipe(pip) < 0) {
629 * we fork off a subprocess and get the output of the command via a pipe.
681 if (pipe(pip) < 0)
983 if (pipe(pip) < 0)
/freebsd-current/contrib/diff/src/
H A Dutil.c154 we fork off a `pr' and make OUTFILE a pipe to it.
198 /* Make OUTFILE a pipe to a subsidiary `pr'. */
203 if (pipe (pipes) != 0)
204 pfatal_with_name ("pipe");
/freebsd-current/contrib/atf/atf-c/detail/
H A Dprocess.c71 if (pipe(sp->m_pipefds) == -1)
72 err = atf_libc_error(errno, "Failed to create pipe");
/freebsd-current/contrib/sendmail/libmilter/
H A Dworker.c33 int tm_p[2]; /* poll control pipe */
53 "Error writing to event pipe: %s", \
281 if (pipe(Tskmgr.tm_p) != 0)
283 smi_log(SMI_LOG_ERR, "can't create event pipe: %s",
436 /* begin with worker pipe */
567 ** Not the pipe for workers waking us,
727 ("writing to event pipe..."));
/freebsd-current/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c236 RL(pipe(channel));
/freebsd-current/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c54 #define hashState512(x) ((x)->pipe->p512)
59 /* EdonR512 initial double chaining pipe */
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c256 if (pipe(outcome_pipe))
257 perror("opening pipe");
275 perror("write outcome to pipe");
292 perror("read outcome from pipe");
/freebsd-current/sbin/ipfw/
H A Dmain.c44 "{pipe|queue} N config PIPE-BODY\n"
45 "[pipe|queue] {zero|delete|show} [N{,N}]\n"
58 " pipe N | queue N | nat N | setfib FIB | reass\n"
84 "[pipe|queue|sched] N config PIPE-BODY\n"
85 "[pipe|queue|sched] {delete|list|show} [N{,N}]\n"
112 int try_next = 0; /* set if pipe cmd not found */
408 * Optional: pipe, queue or nat.
415 else if (!strncmp(*av, "pipe", strlen(*av)))
441 * For pipes, queues and nats we normally say 'nat|pipe NN config'
442 * but the code is easier to parse as 'nat|pipe confi
[all...]
/freebsd-current/tools/tools/netrate/juggle/
H A Djuggle.c67 * Size of each message. Must be smaller than the socket buffer or pipe
157 if (pipe(fds) < 0)
471 { pipe_create, "pipe" },
/freebsd-current/usr.bin/m4/
H A Dgnum4.c649 if (pipe(p) == -1)
650 err(1, "bad pipe");
/freebsd-current/usr.sbin/ppp/
H A Dexec.c261 log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n",
277 if (pipe(pidpipe) == -1) {
278 log_Printf(LogPHASE, "Unable to pipe for line exec: %s\n",
390 "parent (pipe mode)\n", p->link.name);
H A Dmain.c440 if (sw.mode == PHYS_BACKGROUND && pipe(bgpipe)) {
441 log_Printf(LogERROR, "pipe: %s\n", strerror(errno));
464 /* Wait for our child to close its pipe before we exit */
515 * *may* get used in exec/pipe mode.
H A Dchap.c268 if (pipe(in) == -1) {
269 log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
273 if (pipe(out) == -1) {
274 log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h1438 unsigned int pipe;
1441 pipe = usb_rcvbulkpipe(udev, usb->in_ep[ep]);
1443 pipe = usb_sndbulkpipe(udev, usb->out_ep[ep]);
1445 return usb_bulk_msg(udev, pipe, data, len, actual_len, timeout);
/freebsd-current/sys/dev/drm2/
H A Ddrm_fops.c308 drm_vblank_put(dev, v->pipe);
/freebsd-current/contrib/libfido2/src/
H A Dhid_osx.c412 if (pipe(ctx->report_pipe) == -1) {
413 fido_log_error(errno, "%s: pipe", __func__);
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c256 if (pipe(outcome_pipe))
257 perror("opening pipe");
275 perror("write outcome to pipe");
292 perror("read outcome from pipe");
/freebsd-current/usr.bin/su/
H A Dsu.c428 if (pipe(fds) == -1) {
430 err(1, "pipe");
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp276 if (pipe(sock_pair))
H A Dsanitizer_symbolizer_posix_libcdep.cpp105 if (pipe(sock_pair[i]) == -1) {
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c387 if (pipe(to_cs) < 0 || pipe(from_cs) < 0) {
388 msgq(sp, M_SYSERR, "pipe");
/freebsd-current/tools/build/test-includes/
H A Dbadfiles.inc95 sys/pipe.h \
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc272 // File descriptor used for the pipe in the child process.
350 // severity. On Windows, the message is read from a pipe handle. On other
434 // test child process via a pipe, interprets it to set the outcome_
454 // Descriptor to the read end of the pipe to the child process. It is
456 // pipe in write_fd_.
458 // Descriptor to the child's write end of the pipe to the parent process.
460 // pipe in read_fd_.
465 // test child process via a pipe, interprets it to set the outcome_
473 // failure of the death test) or until the pipe is closed (signifying
517 // it finds any data in our pipe
[all...]
/freebsd-current/usr.bin/diff3/
H A Ddiff3.c963 if (pipe(fd13))
964 err(2, "pipe");
965 if (pipe(fd23))
966 err(2, "pipe");
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_glue.c89 #define DNOLD_HAS_PROFILE 0x0020 /* the pipe has a delay profile. */
93 struct dn_pipe7 *pipe ; /* pointer to parent pipe */ member in struct:dn_flow_set
94 u_short parent_nr ; /* parent pipe#, 0 if local to a pipe */
164 struct dn_pipe7 { /* a pipe */
183 int64_t sched_time ; /* time pipe was scheduled in ready_heap */
229 struct dn_pipe8 { /* a pipe */
250 int64_t sched_time ; /* time pipe was scheduled in ready_heap */
251 int64_t idle_time; /* start of pipe idl
269 struct dn_pipe8 pipe; member in struct:dn_pipe_max8
[all...]

Completed in 168 milliseconds

1234567891011>>