Home
last modified time | relevance | path

Searched full:dcc (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,dcc.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,dcc.yaml#
13 DCC (Data Capture and Compare) is a DMA engine which is used to save
15 or SW trigger. DCC is used to capture and store data for debugging purpose
21 - qcom,sm8150-dcc
22 - qcom,sc7280-dcc
23 - qcom,sc7180-dcc
24 - qcom,sdm845-dcc
25 - const: qcom,dcc
29 - description: DCC base
30 - description: DCC RAM base
[all …]
/freebsd/sys/netinet/libalias/
H A Dalias_irc.c31 changes DCC commands to export a port on the aliasing host instead
34 For this routine to work, the DCC command must fit entirely into a
218 if (i + 4 >= dlen) /* Too short for DCC */ in AliasHandleIrcOut()
228 /* We have a DCC command - handle it! */ in AliasHandleIrcOut()
229 i += 4; /* Skip "DCC " */ in AliasHandleIrcOut()
237 DBprintf(("Found DCC\n")); in AliasHandleIrcOut()
240 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut()
244 DBprintf(("DCC packet terminated in just spaces\n")); in AliasHandleIrcOut()
253 DBprintf(("DCC packet terminated during command\n")); in AliasHandleIrcOut()
264 * protocol, but DCC breaks CTCP protocol anyway in AliasHandleIrcOut()
[all …]
H A DHISTORY55 - Added support for IRC DCC (ee)
126 bypass of FTP/IRC DCC data connections. Also added
H A Dlibalias.3235 based firewall for FTP/IRC DCC connections.
386 Well known examples of such protocols are FTP and IRC DCC.
1470 Added IRC DCC support as well as contributing a number of architectural
1471 improvements; added the firewall bypass for FTP/IRC DCC.
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dvexpress-v2p-ca5s.dts144 dcc {
202 temp-dcc {
203 /* DCC internal operating temperature */
206 label = "DCC";
H A Dvexpress-v2p-ca15-tc1.dts141 dcc {
217 temp-dcc {
218 /* DCC internal temperature */
221 label = "DCC";
H A Dvexpress-v2p-ca15_a7.dts252 dcc {
373 temp-dcc {
374 /* DCC internal temperature */
377 label = "DCC";
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1275-revA.dts22 serial1 = &dcc;
37 &dcc {
H A Dzynqmp-zcu1275-revA.dts22 serial1 = &dcc;
37 &dcc {
H A Dzynqmp-zc1254-revA.dts22 serial1 = &dcc;
37 &dcc {
H A Dzynqmp-zc1232-revA.dts21 serial1 = &dcc;
36 &dcc {
H A Dzynqmp-zcu104-revA.dts31 serial2 = &dcc;
71 &dcc {
H A Dzynqmp-zcu104-revC.dts31 serial2 = &dcc;
76 &dcc {
H A Dzynqmp-zcu100-revC.dts31 serial2 = &dcc;
139 &dcc {
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c129 * Look for a ^A to start the DCC in ipf_p_irc_complete()
137 if (strncmp(s, "\001DCC ", 4)) in ipf_p_irc_complete()
144 * Check for a recognised DCC command in ipf_p_irc_complete()
287 * check that IP address in the DCC reply is the same as the in ipf_p_irc_send()
296 * Calculate new address parts for the DCC command in ipf_p_irc_send()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_avx512.c52 DcC[] = { 448, 512, 576, 640, 704, 768, 832, 896 }; in fletcher_4_avx512f_fini() local
60 D = 512 * ctx->avx512[3].v[0] - DcC[0] * ctx->avx512[2].v[0] + in fletcher_4_avx512f_fini()
68 D += 512 * ctx->avx512[3].v[i] - DcC[i] * ctx->avx512[2].v[i] + in fletcher_4_avx512f_fini()
/freebsd/usr.sbin/ppp/
H A DREADME.nat72 workarounds for FTP and IRC DCC, the most well known of the IP encoding
74 mode and avoiding IRC DCC sends, as is sometimes the case with other
177 usually 20) and IRC DCC send (which doesn't know either the address or
342 - Added support for IRC DCC (ee)
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,vexpress-juno.yaml129 arm,vexpress,dcc:
130 description: When describing tiles consisting of more than one DCC, its
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmt6359.yaml38 - 3 # DCC - analog mic with direct couping
H A Dst,sta350.txt83 If present, distortion compensation variable uses DCC coefficient.
/freebsd/contrib/lib9p/pytest/
H A Dclient.py65 def dcc(self, cid=None): member in TestState
72 self.dcc(cid)
405 tc.dcc()
414 tstate.dcc()
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-threecolumn.pem17 DCC
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dvexpress-v2f-1xv7-ca53x2.dts110 dcc {
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/
H A Dsamsung,exynos-hdmi.yaml38 Provides voltage source for DCC lines available on HDMI connector. When
/freebsd/sbin/natd/
H A Dnatd.8109 in order to establish an FTP data or IRC DCC send connection.
546 based firewall for FTP/IRC DCC connections.

1234