Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_null.pod5 BIO_s_null - null data sink
15 BIO_s_null() returns the null sink BIO method. Data written to
16 the null sink is discarded, reads return EOF.
20 A null sink BIO behaves in a similar manner to the Unix /dev/null
26 A null sink is useful if, for example, an application wishes to digest some
28 Since a BIO chain must normally include a source/sink BIO this can be achieved
29 by adding a null sink BIO to the end of the chain
33 BIO_s_null() returns the null sink BIO method.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt38 AIN0 sink 0
39 AIN1 sink 1
40 AIN2 sink 2
41 AIN3 sink 3
42 AIN4 sink 4
43 AIN5 sink 5
44 AIN6 sink 6
45 AIN7 sink 7
46 HDMI sink 8
47 TTL sink 9
H A Dtvp5150.txt24 AIP1A sink 0
25 AIP1B sink 1
28 The device node must contain at least one sink port and the src port. Each input
H A Ddongwoon,dw9807-vcm.txt3 DW9807 is a 10-bit DAC with current sink capability. It is intended for
H A Ddongwoon,dw9714.txt3 DW9174 is a 10-bit DAC with current sink capability. It is intended
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dfcs,fusb302.txt27 try-power-role = "sink";
29 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
32 op-sink-microwatt = <10000000>;
H A Drichtek,rt1711h.txt26 try-power-role = "sink";
28 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
30 op-sink-microwatt = <10000000>;
H A Dtypec-tcpci.txt31 try-power-role = "sink";
33 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
35 op-sink-microwatt = <10000000>;
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
52 a source/sink BIO typically starts with I<BIO_s_> and
/freebsd/contrib/tcp_wrappers/
H A Dclean_exit.c32 if (request->sink) in clean_exit()
33 request->sink(request->fd); in clean_exit()
H A Dptx.c76 if (request->sink != 0) in tli_host()
77 request->sink = ptx_sink; in tli_host()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp219 kmp_depnode_t *sink, in __kmp_track_dependence() argument
266 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
344 kmp_depnode_t *sink) { in __kmp_depnode_link_successor() argument
345 if (!sink) in __kmp_depnode_link_successor()
354 if (__kmp_tdg_is_recording(tdg_status) && sink->dn.task) in __kmp_depnode_link_successor()
355 __kmp_track_dependence(gtid, sink, source, task); in __kmp_depnode_link_successor()
358 if (sink->dn.task) { in __kmp_depnode_link_successor()
360 KMP_ACQUIRE_DEPNODE(gtid, sink); in __kmp_depnode_link_successor()
361 if (sink->dn.task) { in __kmp_depnode_link_successor()
362 if (!sink->dn.successors || sink->dn.successors->node != source) { in __kmp_depnode_link_successor()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dname-prefix.txt5 sink/source names may use the name prefix property to prepend the
9 - sound-name-prefix : string using as prefix for the sink/source names of
/freebsd/contrib/sendmail/contrib/
H A Dmailprio118 X $sink = "main'STDOUT";
120 X $sink = $source = "FH";
140 X &output($sink, *list);
142 X close($sink) || warn "$file: $!\n"; # close clears the lock
175 X local($sink, *list) = @_;
192 X print $sink join("\n", @list), "\n" if int(@list);
196 X print $sink '# ----- prioritized users', "\n" unless $qflag;
200 X print $sink 'RFD:' if $qflag;
201 X print $sink $useracct{$to}, "\n";
208 X print $sink '# ----- unprioritized users', "\n" unless $qflag;
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-message-test.cc50 friend void AbslStringify(Sink& sink, const AbslStringifiablePoint& p) { in AbslStringify() argument
51 absl::Format(&sink, "(%d, %d)", p.x, p.y); in AbslStringify()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-hummingboard-pulse.dts57 try-power-role = "sink";
62 sink-pdos = <PDO_FIXED(5000, 2000,
70 op-sink-microwatt = <9000000>;
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl106 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
222 lea 16(%rsp),$sink # sink pointer
224 sub $offset,$sink
243 cmovge $sink,@inptr[$i] # cancel input
244 cmovg $sink,@outptr[$i] # sink output
500 lea 16(%rsp),$sink # sink pointer
502 sub $offset,$sink
521 cmovge $sink,@inptr[$i] # cancel input
522 cmovg $sink,@outptr[$i] # sink output
670 my $offload=$sink;
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt44 connecting to the source and sink devices according to
48 bus sink endpoint nodes and correspond to the four
H A Dimx7-mipi-csi2.txt42 related to the sink port and port 1 shall be the source
50 shall only be applied to port 0 (sink port), the array's
/freebsd/crypto/openssl/apps/lib/
H A Ds_socket.c363 char sink[64]; in do_server() local
409 && readsocket(sock, sink, sizeof(sink)) > 0); in do_server()
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c49 void sink (int, char *[]);
123 sink(argc, argv); in main()
270 sink(1, argv + argc - 1); in tolocal()
413 sink(int argc, char **argv) in sink() function
551 sink(1, vect); in sink()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h41 void sink(MachineInstr *Insert);
/freebsd/tools/tools/netmap/
H A DREADME4 pkt-gen a multi-function packet generator and traffic sink
/freebsd/crypto/openssl/crypto/bio/
H A Dbuild.info10 # Source / sink implementations
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dilitek,ili2xxx.txt12 - interrupts: The sink for the touchscreen's IRQ output

12345