Searched refs:pipe (Results 276 - 300 of 300) sorted by relevance

<<1112

/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh3805 -V display the groff execution pipe instead of formatting.
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c69 #include <sys/pipe.h>
1494 * If there is a Biba label update for a pipe, it must be a effective
1502 * To perform a relabel of a pipe (Biba label or not), Biba must
1513 * To change the Biba label on a pipe, the new pipe label
1520 * To change the Biba label on a pipe to be EQUAL, the
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c68 #include <sys/pipe.h>
1551 return (maybe_demote(subj, obj, "reading", "pipe", NULL));
1568 * If there is a LOMAC label update for a pipe, it must be a single
1576 * To perform a relabel of a pipe (LOMAC label or not), LOMAC must
1587 * To change the LOMAC label on a pipe, the new pipe label
1594 * To change the LOMAC label on a pipe to be EQUAL, the
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c70 #include <sys/pipe.h>
1390 * If there is an MLS label update for a pipe, it must be a effective
1398 * To perform a relabel of a pipe (MLS label or not), MLS must
1409 * To change the MLS label on a pipe, the new pipe label must
1416 * To change the MLS label on a pipe to be EQUAL, the subject
/freebsd-11-stable/sys/kern/
H A Dinit_sysent.c90 { compat10(0,pipe), AUE_PIPE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 42 = freebsd10 pipe */
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c2624 if (pipe(fd) == -1) {
2625 fprintf(stderr, "pipe failure\n");
2649 /* for now, assume the pipe is long enough to take all the output */
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c358 #define F_PIPE 7 /* pipe to program */
702 err(1, "cannot open a pipe for signals");
841 err(1, "signal pipe read failed");
848 logerror("signal pipe read failed");
849 err(1, "signal pipe read failed");
3563 if (pipe(pfd) == -1)
3603 * Avoid blocking on a hung pipe. With O_NONBLOCK, we are
3606 * the pipe, and fork a new logging subprocess if necessary.
3608 * it terminated itself due to closing its input pipe (so we
3614 "Warning: cannot change pipe t
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1473 case tok::pipe:
H A DTokenAnnotator.cpp838 case tok::pipe:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3799 Kind = tok::pipe;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1303 * IP_FW_DUMMYNET to dummynet, pipe in args->cookie
2751 args->rule.info = TARG(cmd->arg1, pipe);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c477 if (pipe(pipe_fd) == -1)
478 error("pipe");
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c2370 checkfd012("before creating mail pipe");
2373 /* create a pipe to shove the mail through */
2374 if (pipe(mpvect) < 0)
2376 syserr("%s... openmailer(%s): pipe (to mailer)",
2421 /* create a return pipe */
2422 if (pipe(rpvect) < 0)
2424 syserr("%s... openmailer(%s): pipe (from mailer)",
2817 syserr("%s... openmailer(%s): cannot dup pipe %d for stdout",
2836 syserr("%s... openmailer(%s): cannot dup pipe %d for stdin",
H A Ddaemon.c644 ** Create a pipe to keep the child from writing to
650 if (pipe(pipefd) < 0)
783 ** of the pipe, which we will see as an EOF.
786 ** the pipe.
789 /* close the write end of the pipe */
942 /* close the read end of the synchronization pipe */
952 /* release the child by closing the read end of the sync pipe */
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h3991 uint64_t pipe : 7; /**< Logged pipe for NXP exceptions */ member in struct:cvmx_gmxx_nxa_adr::cvmx_gmxx_nxa_adr_s
4001 uint64_t pipe : 7;
4053 uint64_t stop : 4; /**< PKO has asserted backpressure on the pipe credit
8375 In SGMII mode, each port binds to one pipe.
8382 uint64_t base : 7; /**< When NUMP is non-zero, indicates the base pipe
8389 2) Each used PKO pipe must map to exactly
8391 3) The pipe ranges must be consistent with
9663 uint64_t pko_nxp : 1; /**< Port pipe out-of-range from PKO Interface */
9927 uint64_t pko_nxp : 1; /**< Port pipe ou
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp5747 error("can't open pipe to process `%1': %2", buf, strerror(errno));
6863 error("can't pipe: output already started");
6869 error("can't pipe to empty command");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1018 case tok::pipe:
H A DParseDeclCXX.cpp3961 case tok::pipe: // 'bitor'
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c231 * ioctl is told to direct the output to a pipe, which is read by the
1800 if ((err = pipe(pipefd)) != 0) {
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c66 #include <sys/pipe.h> /* Must come after sys/selinfo.h */
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c4241 if (pipe(manager->pipe_fds) != 0) {
4244 "pipe() %s: %s",
4401 * half of the pipe, which will send EOF to the read half.
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1239 pipe: function( fnDone, fnFail, fnProgress ) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure7058 # Check to see that the pipe works correctly.
14114 pipe \
14457 if (pipe(fd) == -1)
18113 # Command to truncate a binary pipe.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp465 case tok::pipe:
H A DSemaExpr.cpp12721 case tok::pipe: Opc = BO_Or; break;
12966 // OpenCL special types - image, sampler, pipe, and blocks are to be used
13590 // OpenCL special types - image, sampler, pipe, and blocks are to be used

Completed in 827 milliseconds

<<1112