Home | History | Annotate | Download | only in fio

Lines Matching refs:hostname

165 	free(client->hostname);
191 dprint(FD_NET, "client: removed <%s>\n", client->hostname);
251 const char *hostname, int type,
265 client->hostname = strdup(hostname);
273 if (fio_server_parse_host(hostname, ipv6,
290 dprint(FD_NET, "client: added <%s>\n", client->hostname);
307 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
322 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie)
349 if (fio_server_parse_string(hostname, &client->hostname,
365 dprint(FD_NET, "client: added <%s>\n", client->hostname);
439 log_err("fio: failed to connect to %s:%u\n", client->hostname,
456 strncpy(addr->sun_path, client->hostname, sizeof(addr->sun_path) - 1);
482 dprint(FD_NET, "client: connect to host %s\n", client->hostname);
489 dprint(FD_NET, "client: %s connected %d\n", client->hostname, fd);
640 dprint(FD_NET, "client: start %s\n", client->hostname);
674 dprint(FD_NET, "send remote ini %s to %s\n", filename, client->hostname);
704 dprint(FD_NET, "send ini %s to %s\n", filename, client->hostname);
918 const char *hostname = client->hostname ? client->hostname : "";
920 json_object_add_value_string(obj, "hostname", hostname);
971 name = client->name ? client->name : client->hostname;
1182 log_info("hostname=%s, be=%u, %s, os=%s, arch=%s, fio=%s, flags=%lx\n",
1183 probe->hostname, probe->bigendian, bit, os, arch,
1187 client->name = strdup((char *) probe->hostname);
1204 log_info("client <%s>: exited with error %d\n", client->hostname, client->error);
1390 dprint(FD_NET, "client: handle %s\n", client->hostname);
1397 fio_server_op(cmd->opcode), client->hostname, cmd->pdu_len);
1591 log_err("fio: client %s, timeout on cmd %s\n", client->hostname,
1622 log_err("fio: client %s timed out\n", client->hostname);
1706 client->hostname);