Searched refs:PIPES (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | pipe.sh | 82 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 D | selfd.sh | 92 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 D | pipe2.sh | 100 if (share[R2] >= PIPES) 119 if (share[R2] == PIPES) {
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1001 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 295 TRADITIONAL DUMMYNET PIPES "pipe N config ..."
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 725 AC_DEFINE([USE_PIPES], [1], [Use PIPES instead of a socketpair()])
|