Home
last modified time | relevance | path

Searched refs:SCP (Results 1 – 25 of 65) sorted by relevance

123

/external/openssh/regress/
Dscp.sh23 export SCP # used in scp-ssh-wrapper.scp
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
68 $SCP $scpopts -r ${DIR} somehost:${DIR2} || fail "copy failed"
75 $SCP $scpopts -r ${DIR} ${DIR2} || fail "copy failed"
82 $SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
[all …]
Dscp-uri.sh16 export SCP # used in scp-ssh-wrapper.scp
29 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
34 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
40 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
46 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
53 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed"
62 $SCP $scpopts -r "scp://${USER}@somehost:${PORT}/${DIR}" ${DIR2} || fail "copy failed"
Dtest-exec.sh83 SCP=scp
121 SCP="${TEST_SSH_SCP}"
171 SCP_BIN=${SCP}
215 SCP="$VG --log-file=${VG_LOG}scp.%p $SCP"
274 export SSH SSHD SSHAGENT SSHADD SSHKEYGEN SSHKEYSCAN SFTP SFTPSERVER SCP
Dscp-ssh-wrapper.sh69 exec $SCP "$@"
/external/arm-trusted-firmware/docs/plat/arm/tc0/
Dindex.rst6 - A `System Control Processor <https://github.com/ARM-software/SCP-firmware>`_
8 processors. The RAM firmware for SCP is included in the TF-A FIP and is
9 loaded by AP BL2 from FIP in flash to SRAM for copying by SCP (SCP has access
21 FIP to SRAM. The SCP has access to AP SRAM. The address and size of SCP_BL2
22 is communicated to SCP using SDS. SCP copies SCP_BL2 from SRAM to its own
/external/arm-trusted-firmware/docs/getting_started/
Dimage-terminology.rst95 SCP Boot ROM: ``SCP_BL1`` (previously ``BL0``)
98 Typically, this is the first code to execute on the SCP and cannot be modified.
100 and authenticate an updateable SCP firmware image into an executable RAM
105 This image was previously abbreviated as ``BL0`` but in some systems, the SCP
107 make sense to interleave the image terminology for AP and SCP; both AP and SCP
110 SCP RAM Firmware: ``SCP_BL2`` (previously ``BL3-0``)
113 This is the 2nd stage SCP firmware. It is currently also known as the "SCP
115 SCP needs to load/authenticate multiple 3rd level images in future.
117 This image was previously abbreviated as BL3-0 but from the SCP's point of view,
147 SCP Firmware Update Config: ``SCP_BL2U`` (previously ``BL2-U0``)
[all …]
/external/curl/tests/data/
Dtest6034 SCP
5 SCP upload
21 SCP upload
Dtest6234 SCP
5 SCP upload
22 SCP upload failure
Dtest6294 SCP
16 SCP invalid user login (password authentication)
Dtest6074 SCP
16 SCP invalid user login
Dtest6054 SCP
16 SCP retrieval of nonexistent file
Dtest6314 SCP
17 SCP incorrect host key
Dtest6174 SCP
23 SCP retrieval of empty file
Dtest6014 SCP
24 SCP retrieval
Dtest6654 SCP
24 SCP correct host key
Dtest6414 SCP
23 SCP --head retrieval
Dtest6194 SCP
15 SCP retrieval of two files
Dtest6214 SCP
16 SCP retrieval of missing file followed by good file
Dtest20048 SCP
30 TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in revers…
/external/arm-trusted-firmware/docs/plat/
Dsocionext-uniphier.rst90 - System Control Processor (SCP)
92 If desired, FIP can include an SCP BL2 image. If BL2 finds an SCP BL2 image
93 in FIP, BL2 loads it into DRAM and kicks the SCP. Most of UniPhier boards
94 still work without SCP, but SCP provides better power management support.
96 To include SCP BL2, add the following option to the build command::
98 SCP_BL2=<path-to-SCP>
/external/arm-trusted-firmware/docs/plat/arm/
Darm-build-options.rst109 - ``CSS_DETECT_PRE_1_7_0_SCP``: Boolean flag to detect SCP version
110 incompatibility. Version 1.7.0 of the SCP firmware made a non-backwards
111 compatible change to the MTL protocol, used for AP/SCP communication.
112 TF-A no longer supports earlier SCP versions. If this option is set to 1
120 instead of SCPI/BOM driver for communicating with the SCP during power
121 management operations and for SCP RAM Firmware transfer. If this option
/external/arm-trusted-firmware/docs/
Dglobal_substitutions.txt38 .. |SCP| replace:: :term:`SCP`
/external/curl/docs/cmdline-opts/
Dcompressed-ssh.d3 Protocols: SCP SFTP
Dhostpubmd5.d4 Protocols: SFTP SCP
Dpubkey.d3 Protocols: SFTP SCP

123