Searched refs:server (Results 1 - 6 of 6) sorted by relevance

/gem5/util/statetrace/base/
H A Dstatetrace.cc127 struct hostent *server; local
128 server = gethostbyname(host.c_str());
129 if (!server) {
136 bcopy((char *)server->h_addr,
138 server->h_length);
141 cerr << "Couldn't connect to server! " << strerror(errno) << endl;
/gem5/src/dev/virtio/
H A DVirtIO9P.py70 server = Param.String("127.0.0.1", "9P server address or host name") variable in class:VirtIO9PSocket
71 port = Param.String("564", "9P server port")
H A Dfs9p.cc519 if ((ret = getaddrinfo(p.server.c_str(), p.port.c_str(),
523 DPRINTF(VIO9P, "Connecting to 9p server '%s'.\n", p.server);
540 panic("Failed to connect to 9p server (%s:%s)", p.server, p.port);
/gem5/util/dist/
H A Dgem5-dist.sh68 # the server. These are called log.$GEM5_RANK and log.switch.
220 # Try to Kill the server first. That should trigger an exit for all connected
225 # server triggered exit
320 --dist-server-port=$SW_PORT
354 --dist-server-name=${HOSTS[0]} \
355 --dist-server-port=$SW_PORT
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py125 """Provides a common interface for a simple RPC server."""
136 host_override: The host header to send to the server (defaults to host).
246 3) We pass the auth token to /_ah/login on the server to obtain an
308 # TODO: Don't require authentication. Let the server say
405 # Review server
406 group = parser.add_option_group("Review server options")
407 group.add_option("-s", "--server", action="store", dest="server",
410 help=("The server to upload to. The format is host[:port]. "
448 help="Base files will be downloaded by the server "
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py125 """Provides a common interface for a simple RPC server."""
136 host_override: The host header to send to the server (defaults to host).
246 3) We pass the auth token to /_ah/login on the server to obtain an
308 # TODO: Don't require authentication. Let the server say
405 # Review server
406 group = parser.add_option_group("Review server options")
407 group.add_option("-s", "--server", action="store", dest="server",
410 help=("The server to upload to. The format is host[:port]. "
448 help="Base files will be downloaded by the server "
[all...]

Completed in 17 milliseconds