Home
last modified time | relevance | path

Searched refs:PIPES (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dpipe.sh82 int fds[PIPES][2];
85 for (i = 0; i < PIPES; i++) {
92 for (i = 0; i < PIPES; i++) {
102 if (i != PIPES - 1)
112 for (i = 0; i < PIPES; i++) {
H A Dselfd.sh92 int fds[PIPES][2], i, n, r;
99 for (i = 0; i < PIPES; i++) {
114 n = arc4random() % PIPES;
117 if ((n = select(PIPES, &rset, NULL, NULL, &timeout)) < 0)
H A Dpipe2.sh100 if (share[R2] >= PIPES)
119 if (share[R2] == PIPES) {
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1001 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt295 TRADITIONAL DUMMYNET PIPES "pipe N config ..."
/freebsd/crypto/openssh/
H A Dconfigure.ac725 AC_DEFINE([USE_PIPES], [1], [Use PIPES instead of a socketpair()])