Lines Matching full:remote
35 echo "use the -r option to specify the hostname for the remote"
36 echo "device. SSH will then be used to test the remote side."
43 echo " -l list available local and remote PCI ids"
44 echo " -r REMOTE_HOST specify the remote's hostname to connect"
100 REMOTE=
103 REMOTE=${VPATH%%:*}
111 if [[ "$REMOTE" != "" ]]; then
112 ssh "$REMOTE" cat "$VPATH"
123 if [[ "$REMOTE" != "" ]]; then
124 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\""
134 if [[ "$REMOTE" != "" ]]; then
135 ssh "$REMOTE" "[[ -e ${VPATH} ]]"
179 echo "Local port ${LOCAL_PORT} with index ${REMOTE_PIDX} on remote host"
252 if [[ "$REMOTE" == "" ]]; then
255 echo $(ssh "$REMOTE" "ls -1 \"$VPATH\"/${NAME}* | \
352 if [[ "$REMOTE" != "" ]]; then
353 ssh "$REMOTE" \
369 if [[ "$REMOTE" == "" ]]; then
373 ssh "$REMOTE" cat "$VPATH" > "$A"
377 if [[ "$REMOTE" == "" ]]; then
381 ssh "$REMOTE" cat "$VPATH" > "$B"
473 echo "Running remote perf test $WITH DMA"
573 echo "Remote Devices:"