Lines Matching full:port
52 # And this should not treat @port as if it had not been specified
54 # refused" does not contain the destination port)
57 # random port and continue until success, i.e. until we have found a port that
60 port=$((RANDOM + 32768))
61 if $QEMU_NBD -p $port -f raw --fork null-co:// 2> /dev/null; then
66 $QEMU_IMG info "json:{'driver': 'nbd', 'host': 'localhost', 'port': $port}" \
67 | grep '^image' | sed -e "s/$port/PORT/"
79 # SSH expects all of its arguments to be strings, except for @port, which is
83 $QEMU_IMG info 'json:{"driver": "ssh", "host": "localhost", "port": "0", "path": "/foo"}'
86 driver=ssh,host=localhost,port=0,path=/foo
89 $QEMU_IMG info 'json:{"driver": "ssh", "host": "localhost", "port": 0.42, "path": "/foo"}'
93 driver=ssh,host=localhost,port=0.42,path=/foo