Searched refs:sink (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/tcp_wrappers/
H A Dclean_exit.c33 if (request->sink)
34 request->sink(request->fd);
H A Dptx.c77 if (request->sink != 0)
78 request->sink = ptx_sink;
H A Deval.c50 if (request->sink == 0 && request->client->sin && request->server->sin)
H A Dtcpd.h34 void (*sink) (int); /* datagram sink function or 0 */ member in struct:request_info
H A Dtli-sequent.c138 request->sink = tli_sink;
H A Dsocket.c105 request->sink = sock_sink;
H A Dtli.c161 request->sink = tli_sink;
/freebsd-11.0-release/crypto/heimdal/appl/rcp/
H A Drcp.c49 void sink (int, char *[]);
123 sink(argc, argv);
270 sink(1, argv + argc - 1);
413 sink(int argc, char **argv) function
551 sink(1, vect);
/freebsd-11.0-release/bin/rcp/
H A Drcp.c97 void sink(int, char *[]);
181 sink(argc, argv);
344 sink(1, argv + argc - 1);
490 sink(int argc, char *argv[]) function
627 sink(1, vect);
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Dndis_events.c25 IWbemObjectSink sink; member in struct:ndis_events_data
441 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink);
442 IWbemObjectSink_Release(&events->sink);
711 wpa_printf(MSG_ERROR, "Could not allocate sink for events.");
781 pSink = &events->sink;
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl90 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
137 # +0 output sink
138 # +16 input sink [original %rsp and $num]
193 lea 16(%rsp),$sink # sink pointer
195 sub $offset,$sink
214 cmovge $sink,@inptr[$i] # cancel input
215 cmovg $sink,@outptr[$i] # sink output
396 # +0 output sink
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dscp.c363 void sink(int, char *[]);
508 sink(argc, argv);
748 sink(1, argv + argc - 1);
917 sink(int argc, char **argv) function
1086 sink(1, vect);
/freebsd-11.0-release/sys/dev/sound/pci/
H A Dmaestro.c138 int16_t *sink; /* channel buffer pointer */ member in struct:agg_rchinfo
1093 ch->sink + 2*last, ch->buflen/2 - last);
1095 ch->sink, cur);
1098 ch->sink + 2*last, cur - last);
1130 mixdown(ch->src + last, ch->sink + last, ch->buflen - last);
1131 mixdown(ch->src, ch->sink, cur);
1133 mixdown(ch->src + last, ch->sink + last, cur - last);
1511 ch->sink = (int16_t *)p;
/freebsd-11.0-release/tools/tools/mctest/
H A Dmctest.cc28 // source and sink. The purpose of this test is to determine the
29 // latency between two hosts, the source and the sink. The programs
31 // the sink both record the time on their own machine and then the
32 // sink will correlate the data at the end of the run.
96 int sink(char *interface, struct in_addr *group, int pkt_size, int number, function
231 // server receives packets sent back from the sink
516 sink(interface, group, pkt_size, number, clients, client,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp20 // we can hoist it or sink it like any other instruction.
81 static bool sink(Instruction &I, const LoopInfo *LI, const DominatorTree *DT,
244 // us to sink instructions in one pass, without iteration. After sinking
302 /// definitions, allowing us to sink a loop body in one pass without iteration.
332 // If the instruction is dead, we would try to sink it because it isn't used
343 // Check to see if we can sink this instruction to the exit blocks
351 Changed |= sink(I, LI, DT, CurLoop, CurAST, SafetyInfo);
432 // Compute funclet colors if we might sink/hoist in a function with a funclet
469 // Don't sink or hoist dbg info; it's legal, but not useful.
473 // Don't sink call
653 static bool sink(Instruction &I, const LoopInfo *LI, const DominatorTree *DT, function
[all...]
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in1023 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
1960 tree-ssa-sink.o : tree-ssa-sink.c $(TREE_FLOW_H) $(CONFIG_H) \

Completed in 122 milliseconds