Home
last modified time | relevance | path

Searched refs:spipe (Results 1 – 25 of 95) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsl811hs.c1350 spipe->ptype, xfer, spipe, spipe->xfer); in slhci_abort()
1370 spipe->ptype, spipe, spipe->xfer, 0); in slhci_close()
1963 spipe = t->spipe[ab]; in slhci_abdone()
2133 spipe->tregs[PID] = spipe->newpid; in slhci_abdone()
2272 spipe = t->spipe[A]; in slhci_tstart()
2285 spipe = t->spipe[B]; in slhci_tstart()
2368 spipe->tregs[LEN], spipe->tregs[PID], spipe->tregs[DEV], in slhci_dotransfer()
2371 t->spipe[ab] = spipe; in slhci_dotransfer()
2638 if (t->spipe[A] == spipe) { in slhci_do_abort()
2682 !gcq_onlist(&spipe->xq) && t->spipe[A] != spipe && t->spipe[B] != in slhci_halt()
[all …]
/dports/net/openradius/openradius-0.9.12c/server/
H A Dmain.c69 int pid = -1, spipe[2] = {-1, -1}; variable
165 read(spipe[PIPE_R], &set, sizeof(set)); in sighandler()
169 write(spipe[PIPE_W], &set, sizeof(set)); in sighandler()
214 if (pipe(spipe) == -1 || in main()
215 fcntl(spipe[PIPE_R], F_SETFD, 1) == -1 || in main()
216 fcntl(spipe[PIPE_W], F_SETFD, 1) == -1 || in main()
217 fcntl(spipe[PIPE_R], F_SETFL, O_NONBLOCK) == -1 || in main()
218 fcntl(spipe[PIPE_W], F_SETFL, O_NONBLOCK) == -1) { in main()
266 FD_SET(spipe[PIPE_R], &(ps.rfds)); sockhighest = spipe[PIPE_R]; in main()
296 if (FD_ISSET(spipe[PIPE_R], &rfds)) { in main()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dsignal.c25 static SignalWatcher spipe, shup, squit, sterm, susr1; variable
48 signal_watcher_init(&main_loop, &spipe, NULL); in signal_init()
64 signal_watcher_close(&spipe, NULL); in signal_teardown()
79 signal_watcher_start(&spipe, on_signal, SIGPIPE); in signal_start()
97 signal_watcher_stop(&spipe); in signal_stop()
/dports/mail/courier/courier-0.65.3/tcpd/
H A Dconfigure.in183 AC_ARG_WITH(spipe, optwith
185 --with-spipe=streams Create stream pipes as SVR3 streams
187 spipe="$withval", spipe="")
239 if test "$spipe" = ""
243 spipe="socketpair"
247 if test "$spipe" = ""
251 spipe="streams"
255 if test "$spipe" = ""
259 spipe="pipe"
263 case "$spipe" in
[all …]
H A DMakefile.am58 libspipe_la_SOURCES=spipe.c spipe.h
/dports/sysutils/qlogtools/qlogtools-3.1/
H A DMakefile85 programs: spipe qfilelog multipipe tai2tai64n tai64n2tai teepipe multitail
96 spipe: load spipe.o svcfns.o target
97 ./load spipe svcfns.o
99 spipe.o: compile spipe.c bool.h svcfns.h
100 ./compile spipe.c
H A DTARGETS24 spipe
25 spipe.o
H A DFILES35 spipe.1
36 spipe.c
/dports/mail/cone/cone-1.1/libs/tcpd/
H A Dconfigure.ac198 AC_ARG_WITH(spipe, optwith
200 --with-spipe=streams Create stream pipes as SVR3 streams
202 spipe="$withval", spipe="")
254 if test "$spipe" = ""
258 spipe="socketpair"
262 if test "$spipe" = ""
266 spipe="streams"
270 if test "$spipe" = ""
274 spipe="pipe"
278 case "$spipe" in
[all …]
H A DMakefile.am56 libspipe_la_SOURCES=spipe.c spipe.h
/dports/mail/courier-imap/courier-imap-5.1.4/libs/tcpd/
H A Dconfigure.ac198 AC_ARG_WITH(spipe, optwith
200 --with-spipe=streams Create stream pipes as SVR3 streams
202 spipe="$withval", spipe="")
254 if test "$spipe" = ""
258 spipe="socketpair"
262 if test "$spipe" = ""
266 spipe="streams"
270 if test "$spipe" = ""
274 spipe="pipe"
278 case "$spipe" in
[all …]
H A DMakefile.am56 libspipe_la_SOURCES=spipe.c spipe.h
/dports/net/nng/nng-1.5.2/src/sp/transport/inproc/
H A Dinproc.c390 inproc_pipe *spipe; in inproc_accept_clients() local
415 spipe = cpipe = NULL; in inproc_accept_clients()
417 ((rv = inproc_pipe_alloc(&spipe, srv)) != 0)) { in inproc_accept_clients()
422 if (spipe != NULL) { in inproc_accept_clients()
423 inproc_pipe_fini(spipe); in inproc_accept_clients()
431 cpipe->peer = spipe->proto; in inproc_accept_clients()
432 spipe->peer = cpipe->proto; in inproc_accept_clients()
434 spipe->pair = pair; in inproc_accept_clients()
437 spipe->send_queue = &pair->queues[1]; in inproc_accept_clients()
438 spipe->recv_queue = &pair->queues[0]; in inproc_accept_clients()
[all …]
/dports/sysutils/spiped/spiped-1.6.2/spipe/
H A DMakefile3 PROG=spipe
4 MAN1=spipe.1
9 RELATIVE_DIR=spipe
/dports/audio/sfront/sfront-0.99/src/lib/csys/
H A Daucontrol.c107 int spipe;
145 mystate->spipe = atoi(EV(csys_argv[4]));
365 if (mystate->spipe == 0)
370 if (((len = read(mystate->spipe, &(mystate->nextSASLevent),
/dports/sysutils/spiped/spiped-1.6.2/
H A DCHANGELOG12 * Warn about failed connections and exit with non-zero status (spipe).
17 * New option -v (spipe/spiped): Print version number.
34 * Add support for -g option, which makes {spiped, spipe} require perfect
46 * New option -j (spipe/spiped): Disable protocol-layer keep-alives.
59 * New utility "spipe": A client for the spiped protocol, handling a single
H A DREADME.md15 **`spipe`** (pronounced "ess-pipe") is a utility which acts as an spiped
46 For a detailed list of the command-line options to spiped and spipe, see the
93 spipe/* -- Code specific to the spipe utility.
/dports/sysutils/spiped/spiped-1.6.2/tests/
H A Dtest_spiped.sh20 spipe_binary=${scriptdir}/../spipe/spipe
/dports/sysutils/spiped/spiped-1.6.2/tests/pushbits/
H A DMakefile5 IDIRS=-I../../spipe -I../../libcperciva/util -I../../lib/util
26 …l/noeintr.h ../../libcperciva/util/parsenum.h ../../libcperciva/util/warnp.h ../../spipe/pushbits.h
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_net_client.c426 write(((spectool_net_dev_aux *) (sni->phydev->auxptr))->spipe[1], "0", 1); in spectool_netcli_block_sweep()
517 pipe(aux->spipe); in spectool_netcli_enabledev()
518 fcntl(aux->spipe[0], F_SETFL, fcntl(aux->spipe[0], F_GETFL, 0) | O_NONBLOCK); in spectool_netcli_enabledev()
632 read(((spectool_net_dev_aux *) phydev->auxptr)->spipe[0], junk, 8); in spectool_net_poll()
650 return ((spectool_net_dev_aux *) phydev->auxptr)->spipe[0]; in spectool_net_getpollfd()
659 close(((spectool_net_dev_aux *) phydev->auxptr)->spipe[0]); in spectool_net_close()
660 close(((spectool_net_dev_aux *) phydev->auxptr)->spipe[1]); in spectool_net_close()
/dports/security/axTLS/axTLS/httpd/
H A Dproc.c573 int tpipe[2], spipe[2]; in proccgi() local
605 if (pipe(spipe) == -1) in proccgi()
628 write(spipe[1], cn->post_data, cn->content_length); in proccgi()
629 close(spipe[0]); in proccgi()
630 close(spipe[1]); in proccgi()
658 dup2(spipe[0], 0); in proccgi()
659 close(spipe[0]); in proccgi()
660 close(spipe[1]); in proccgi()
/dports/lang/micropython/axtls-531cab9/httpd/
H A Dproc.c578 int tpipe[2], spipe[2]; in proccgi() local
610 if (pipe(spipe) == -1) in proccgi()
633 if (write(spipe[1], cn->post_data, cn->content_length) == -1) in proccgi()
640 close(spipe[0]); in proccgi()
641 close(spipe[1]); in proccgi()
669 dup2(spipe[0], 0); in proccgi()
670 close(spipe[0]); in proccgi()
671 close(spipe[1]); in proccgi()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/ortp-deps/
H A Dport.c414 int ortp_server_pipe_close(ortp_socket_t spipe){ in ortp_server_pipe_close() argument
419 err=getsockname(spipe,(struct sockaddr*)&sa,&len); in ortp_server_pipe_close()
423 return close(spipe); in ortp_server_pipe_close()
525 int ortp_server_pipe_close(ortp_pipe_t spipe){ in ortp_server_pipe_close() argument
528 return CloseHandle(spipe); in ortp_server_pipe_close()
/dports/net/nng/nng-1.5.2/src/sp/protocol/reqrep0/
H A Drep.c31 rep0_pipe * spipe; // send pipe member
74 rep0_pipe *pipe = ctx->spipe; in rep0_ctx_close()
76 ctx->spipe = NULL; in rep0_ctx_close()
203 ctx->spipe = p; in rep0_ctx_send()
391 ctx->spipe = NULL; in rep0_pipe_send_cb()
/dports/net/nng/nng-1.5.2/src/sp/protocol/survey0/
H A Drespond.c40 resp0_pipe * spipe; // send pipe member
85 resp0_pipe *p = ctx->spipe; in resp0_ctx_close()
87 ctx->spipe = NULL; in resp0_ctx_close()
206 ctx->spipe = p; in resp0_ctx_send()
388 ctx->spipe = NULL; in resp0_pipe_send_cb()

1234