Home | History | Annotate | Download | only in fio

Lines Matching refs:hostname

139 	free(client->hostname);
159 dprint(FD_NET, "client: removed <%s>\n", client->hostname);
219 const char *hostname, int type,
233 client->hostname = strdup(hostname);
241 if (fio_server_parse_host(hostname, ipv6,
258 dprint(FD_NET, "client: added <%s>\n", client->hostname);
270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
278 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie)
305 if (fio_server_parse_string(hostname, &client->hostname,
321 dprint(FD_NET, "client: added <%s>\n", client->hostname);
374 log_err("fio: failed to connect to %s:%u\n", client->hostname,
391 strncpy(addr->sun_path, client->hostname, sizeof(addr->sun_path) - 1);
417 dprint(FD_NET, "client: connect to host %s\n", client->hostname);
424 dprint(FD_NET, "client: %s connected %d\n", client->hostname, fd);
575 dprint(FD_NET, "client: start %s\n", client->hostname);
616 dprint(FD_NET, "send ini %s to %s\n", filename, client->hostname);
828 json_object_add_value_string(obj, "hostname", client->hostname);
879 name = client->name ? client->name : client->hostname;
1085 log_info("hostname=%s, be=%u, %s, os=%s, arch=%s, fio=%s, flags=%lx\n",
1086 probe->hostname, probe->bigendian, bit, os, arch,
1090 client->name = strdup((char *) probe->hostname);
1110 log_info("client <%s>: exited with error %d\n", client->hostname, client->error);
1245 dprint(FD_NET, "client: handle %s\n", client->hostname);
1252 fio_server_op(cmd->opcode), client->hostname, cmd->pdu_len);
1417 log_err("fio: client %s, timeout on cmd %s\n", client->hostname,
1448 log_err("fio: client %s timed out\n", client->hostname);
1526 client->hostname);