Searched refs:client_type (Results 1 – 8 of 8) sorted by relevance
/external/fio/ |
D | server.h | 103 uint16_t client_type; member 140 uint16_t client_type; member 146 uint32_t client_type; member
|
D | init.c | 1110 int recursed, int client_type) in add_job() argument 1134 td->client_type = client_type; in add_job() 1355 if (add_job(td_new, jobname, numjobs, 1, client_type)) in add_job() 1368 void add_job_opts(const char **o, int client_type) in add_job_opts() argument 1380 add_job(td, jobname, 0, 0, client_type); in add_job_opts() 1399 add_job(td, jobname, 0, 0, client_type); in add_job_opts() 1939 int parse_cmd_line(int argc, char *argv[], int client_type) in parse_cmd_line() argument 2115 ret = add_job(td, td->o.name ?: "fio", 0, 0, client_type); in parse_cmd_line() 2330 ret = add_job(td, td->o.name ?: "fio", 0, 0, client_type); in parse_cmd_line()
|
D | server.c | 576 pdu->client_type = le16_to_cpu(pdu->client_type); in handle_load_file_cmd() 578 if (parse_jobs_ini(file_name, 0, 0, pdu->client_type)) { in handle_load_file_cmd() 615 pdu->client_type = le32_to_cpu(pdu->client_type); in handle_job_cmd() 617 if (parse_jobs_ini(buf, 1, 0, pdu->client_type)) { in handle_job_cmd() 640 clp->client_type = le16_to_cpu(clp->client_type); in handle_jobline_cmd() 654 if (parse_cmd_line(clp->lines, argv, clp->client_type)) { in handle_jobline_cmd()
|
D | client.h | 103 uint32_t client_type; member
|
D | client.c | 46 .client_type = FIO_CLIENT_TYPE_CLI, 284 client->type = ops->client_type; in fio_client_add_explicit() 359 client->type = ops->client_type; in fio_client_add() 601 clp->client_type = __cpu_to_le16(client->type); in send_client_cmd_line() 681 pdu->client_type = cpu_to_le16((uint16_t) client->type); in __fio_client_send_remote_ini() 734 pdu->client_type = cpu_to_le32(client->type); in __fio_client_send_local_ini()
|
D | fio.h | 111 int client_type; member
|
D | iolog.c | 968 if (td->client_type == FIO_CLIENT_TYPE_GUI) in finish_log()
|
D | gclient.c | 1400 .client_type = FIO_CLIENT_TYPE_GUI,
|