Searched refs:pipes (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dbench_cascade.c63 static int *pipes; variable
85 pipes = calloc(num_pipes * 2, sizeof(int));
87 if (events == NULL || pipes == NULL) {
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
106 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
115 send(pipes[1], "e", 1, 0);
122 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
128 free(pipes);
H A Dbench.c64 static int *pipes; variable
79 send(pipes[2 * widx + 1], "e", 1, 0);
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
105 send(pipes[i * space + 1], "e", 1, 0);
168 pipes = calloc(num_pipes * 2, sizeof(int));
169 if (events == NULL || pipes == NULL) {
176 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/test/
H A Dbench_cascade.c63 static int *pipes; variable
85 pipes = calloc(num_pipes * 2, sizeof(int));
87 if (events == NULL || pipes == NULL) {
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
106 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
115 send(pipes[1], "e", 1, 0);
122 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
128 free(pipes);
H A Dbench.c64 static int *pipes; variable
79 send(pipes[2 * widx + 1], "e", 1, 0);
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
105 send(pipes[i * space + 1], "e", 1, 0);
168 pipes = calloc(num_pipes * 2, sizeof(int));
169 if (events == NULL || pipes == NULL) {
176 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/test/
H A Dbench_cascade.c63 static int *pipes; variable
85 pipes = calloc(num_pipes * 2, sizeof(int));
87 if (events == NULL || pipes == NULL) {
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
106 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
115 send(pipes[1], "e", 1, 0);
122 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
128 free(pipes);
H A Dbench.c64 static int *pipes; variable
79 send(pipes[2 * widx + 1], "e", 1, 0);
92 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
105 send(pipes[i * space + 1], "e", 1, 0);
168 pipes = calloc(num_pipes * 2, sizeof(int));
169 if (events == NULL || pipes == NULL) {
176 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dmail.c44 // setup vanilla unidirectional pipes interchange
46 int pipes[4]; local
48 xpipe(pipes);
49 xpipe(pipes + 2);
60 close(pipes[i + 1]); // 1 or 3 - closing one write end
61 close(pipes[2 - i]); // 2 or 0 - closing one read end
62 xmove_fd(pipes[i], STDIN_FILENO); // 0 or 2 - using other read end
63 xmove_fd(pipes[3 - i], STDOUT_FILENO); // 3 or 1 - other write end
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dmail.c44 // setup vanilla unidirectional pipes interchange
46 int pipes[4]; local
48 xpipe(pipes);
49 xpipe(pipes + 2);
60 close(pipes[i + 1]); // 1 or 3 - closing one write end
61 close(pipes[2 - i]); // 2 or 0 - closing one read end
62 xmove_fd(pipes[i], STDIN_FILENO); // 0 or 2 - using other read end
63 xmove_fd(pipes[3 - i], STDOUT_FILENO); // 3 or 1 - other write end
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/mailutils/
H A Dmail.c44 // setup vanilla unidirectional pipes interchange
46 int pipes[4]; local
48 xpipe(pipes);
49 xpipe(pipes + 2);
60 close(pipes[i + 1]); // 1 or 3 - closing one write end
61 close(pipes[2 - i]); // 2 or 0 - closing one read end
62 xmove_fd(pipes[i], STDIN_FILENO); // 0 or 2 - using other read end
63 xmove_fd(pipes[3 - i], STDOUT_FILENO); // 3 or 1 - other write end
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c30 * memory and a serial device (long pipes, no. 0-15) or between two serial
31 * devices (short pipes, no. 16-31), or simply send a fixed data to a serial
32 * device (short pipes).
35 * each serial device (NT,TE,CHI). A timeslot is associated to 1 or 2 pipes
311 struct dbri_pipe pipes[DBRI_NO_PIPES]; /* DBRI's 32 data pipes */ member in struct:snd_dbri
362 #define D_PAUSE 0x1 /* Flush long pipes */
419 #define D_TS_ANCHOR (7<<10) /* Starting short pipes */
573 * Short data pipes transmit LSB first. The CS4215 receives MSB first. Grrr.
758 /* Initialize pipes */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/sparc/
H A Ddbri.c30 * memory and a serial device (long pipes, no. 0-15) or between two serial
31 * devices (short pipes, no. 16-31), or simply send a fixed data to a serial
32 * device (short pipes).
35 * each serial device (NT,TE,CHI). A timeslot is associated to 1 or 2 pipes
311 struct dbri_pipe pipes[DBRI_NO_PIPES]; /* DBRI's 32 data pipes */ member in struct:snd_dbri
362 #define D_PAUSE 0x1 /* Flush long pipes */
419 #define D_TS_ANCHOR (7<<10) /* Starting short pipes */
573 * Short data pipes transmit LSB first. The CS4215 receives MSB first. Grrr.
758 /* Initialize pipes */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libmsrpc/
H A Dcac_samr.c63 if ( !hnd->_internal.pipes[PI_SAMR] ) {
71 hnd->_internal.pipes[PI_SAMR] = True;
122 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
296 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
375 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
421 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
459 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
523 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
612 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
704 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAM
[all...]
H A Dcac_winreg.c56 if ( !hnd->_internal.pipes[PI_WINREG] ) {
64 hnd->_internal.pipes[PI_WINREG] = True;
101 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
244 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
464 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
529 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
583 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
661 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
726 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
825 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINRE
[all...]
H A Dcac_lsarpc.c54 if ( !hnd->_internal.pipes[PI_LSARPC] ) {
64 hnd->_internal.pipes[PI_LSARPC] = True;
131 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
178 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
316 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
445 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
543 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
590 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
634 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
699 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARP
[all...]
H A Dcac_svcctl.c60 if ( !hnd->_internal.pipes[PI_SVCCTL] ) {
69 hnd->_internal.pipes[PI_SVCCTL] = True;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libmsrpc/
H A Dcac_samr.c63 if ( !hnd->_internal.pipes[PI_SAMR] ) {
71 hnd->_internal.pipes[PI_SAMR] = True;
122 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
296 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
375 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
421 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
459 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
523 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
612 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
704 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAM
[all...]
H A Dcac_winreg.c56 if ( !hnd->_internal.pipes[PI_WINREG] ) {
64 hnd->_internal.pipes[PI_WINREG] = True;
101 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
244 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
464 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
529 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
583 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
661 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
726 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
825 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINRE
[all...]
H A Dcac_lsarpc.c54 if ( !hnd->_internal.pipes[PI_LSARPC] ) {
64 hnd->_internal.pipes[PI_LSARPC] = True;
131 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
178 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
316 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
445 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
543 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
590 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
634 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
699 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARP
[all...]
H A Dcac_svcctl.c60 if ( !hnd->_internal.pipes[PI_SVCCTL] ) {
69 hnd->_internal.pipes[PI_SVCCTL] = True;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libmsrpc/
H A Dcac_samr.c63 if ( !hnd->_internal.pipes[PI_SAMR] ) {
71 hnd->_internal.pipes[PI_SAMR] = True;
122 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
296 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
375 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
421 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
459 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
523 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
612 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAMR] ) {
704 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_SAM
[all...]
H A Dcac_winreg.c56 if ( !hnd->_internal.pipes[PI_WINREG] ) {
64 hnd->_internal.pipes[PI_WINREG] = True;
101 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
244 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
464 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
529 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
583 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
661 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
726 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINREG] ) {
825 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_WINRE
[all...]
H A Dcac_lsarpc.c54 if ( !hnd->_internal.pipes[PI_LSARPC] ) {
64 hnd->_internal.pipes[PI_LSARPC] = True;
131 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
178 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
316 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
445 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
543 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
590 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
634 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARPC] ) {
699 if ( !hnd->_internal.ctx || !hnd->_internal.pipes[PI_LSARP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dlibmsrpc_internal.h32 /*stores the initialized/active pipes*/
33 BOOL pipes[PI_MAX_PIPES]; member in struct:CacServerHandleInternal
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dlibmsrpc_internal.h32 /*stores the initialized/active pipes*/
33 BOOL pipes[PI_MAX_PIPES]; member in struct:CacServerHandleInternal
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dlibmsrpc_internal.h32 /*stores the initialized/active pipes*/
33 BOOL pipes[PI_MAX_PIPES]; member in struct:CacServerHandleInternal

Completed in 308 milliseconds

12