Searched refs:remote (Results 1 - 25 of 149) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dnested7.C4 class remote class
9 class remote::remote_file
15 remote::remote_file::~remote_file()
/openbsd-current/gnu/llvm/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh15 # <hostname> is the remote host to execute the program,
16 # <login_name> is the username on the remote host,
17 # <port> is the port used by the remote client,
93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.eval_all.conf9 remote-as 64501
12 remote-as 64502
15 remote-as 64503
18 remote-as 64504
H A Dbgpd.pftable.rdomain1.conf9 remote-as 4200000002
13 remote-as 4200000003
H A Dbgpd.md5.rdomain1.conf7 remote-as 4200000002
H A Dbgpd.md5.rdomain2.conf7 remote-as 4200000001
H A Dbgpd.ovs.rdomain1.conf12 remote-as 4200000002
H A Dbgpd.ovs.rdomain2.conf15 remote-as 4200000001
H A Dbgpd.network_statement.rdomain1.conf9 remote-as 4200000002
H A Dbgpd.maxprefix.rdomain1.conf9 remote-as 4200000002
H A Dbgpd.maxprefixout.rdomain2.conf9 remote-as 4200000001
H A Dbgpd.pftable.rdomain2_1.conf19 remote-as 4200000001
H A Dbgpd.pftable.rdomain2_2.conf21 remote-as 4200000001
H A Dbgpd.ixp.rdomain2_4.conf8 remote-as 999
H A Dbgpd.ixp.rdomain2_1.conf7 remote-as 999
H A Dbgpd.capa.client.conf12 remote-as 65000
H A Dbgpd.maxprefixout.rdomain1.conf9 remote-as 4200000002
H A Dbgpd.maxprefix.rdomain2.conf9 remote-as 4200000001
H A Dbgpd.l3vpn.rdomain1.conf19 remote-as 4200000002
27 remote-as 4200000002
H A Dbgpd.l3vpn.rdomain2.conf20 remote-as 4200000001
28 remote-as 4200000001
H A Dbgpd.lladdr.rdomain2.conf10 remote-as 4200000001
16 remote-as 4200000001
/openbsd-current/etc/
H A Dnsd.conf20 remote-control:
/openbsd-current/regress/sys/dev/kcov/
H A DMakefile22 TESTS+= remote
23 TESTS+= remote-close
24 TESTS+= remote-interrupt
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp59 // Get our program path and arguments from the remote connection.
60 // We will need to start up the remote connection without a PID, get the
67 RNBRemote *remote = remoteSP.get(); local
68 RNBContext &ctx = remote->Context();
85 err = remote->HandleReceivedPacket(&type);
104 // a catch all for any other gdb remote packets that failed
143 RNBRunLoopMode HandleProcessStateChange(RNBRemoteSP &remote, bool initialize) { argument
144 RNBContext &ctx = remote->Context();
155 "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__,
179 remote
226 RNBRunLoopInferiorExecuting(RNBRemoteSP &remote) argument
337 RNBRemote *remote = g_remoteSP.get(); local
[all...]
/openbsd-current/regress/sys/kern/sosplice/udp/
H A DMakefile7 # The relay.pl test fork these three processes locally. The remote.pl
9 # on a remote machine reachable with ssh. All tests can run with
19 time perl ${PERLINC} ${PERLPATH}remote.pl copy ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a
20 time perl ${PERLINC} ${PERLPATH}remote.pl splice ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a

Completed in 227 milliseconds

123456