Searched refs:host (Results 1 – 7 of 7) sorted by relevance
2420 while (my ($host, $sshlogin) = each %Global::host) {2421 if($host eq ":") { next }2466 my $host = $1;2467 $host =~ tr/\\//d;2468 $Global::host{$host} or next;2480 $ncores{$host} = 1;2481 $ncpus{$host} = 1;2483 } elsif($col[0] =~ /^\d+$/ and $Global::host{$host}) {2486 $time_to_login{$host} = ::min($time_to_login{$host},$col[3]);2611 for my $host (sort keys %Global::host) {[all …]
58 - To run using an actual IP address, you can use `--host=0.0.0.0`61 bundle exec jekyll serve --host=0.0.0.0
11 cp -r /rocksdb-host/* /rocksdb-local-build
203 std::string host(parts[0]); in connectToPath()215 hdfsFS fs = hdfsConnectNewInstance(host.c_str(), port); in connectToPath()
69 1. create a separate directory on the same host for a snapshot of the DB.
1461 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument1462 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()1507 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument1508 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()