Searched refs:client_type (Results 1 - 12 of 12) sorted by last modified time

/external/fio/
H A Dclient.c45 .client_type = FIO_CLIENT_TYPE_CLI,
252 client->type = ops->client_type;
315 client->type = ops->client_type;
536 clp->client_type = __cpu_to_le16(client->type);
662 pdu->client_type = cpu_to_le32(client->type);
H A Dclient.h98 uint32_t client_type; member in struct:client_ops
H A Dfio.h107 int client_type; member in struct:thread_data
H A Dgclient.c1400 .client_type = FIO_CLIENT_TYPE_GUI,
H A Dinit.c1035 int recursed, int client_type)
1058 td->client_type = client_type;
1221 if (add_job(td_new, jobname, numjobs, 1, client_type))
1234 void add_job_opts(const char **o, int client_type) argument
1246 add_job(td, jobname, 0, 0, client_type);
1265 add_job(td, jobname, 0, 0, client_type);
1703 int parse_cmd_line(int argc, char *argv[], int client_type) argument
1870 ret = add_job(td, td->o.name ?: "fio", 0, 0, client_type);
2037 ret = add_job(td, td->o.name ?: "fio", 0, 0, client_type);
1034 add_job(struct thread_data *td, const char *jobname, int job_add_num, int recursed, int client_type) argument
[all...]
H A Diolog.c621 if (td->client_type == FIO_CLIENT_TYPE_GUI) {
H A Dserver.c578 pdu->client_type = le32_to_cpu(pdu->client_type);
580 if (parse_jobs_ini(buf, 1, 0, pdu->client_type)) {
603 clp->client_type = le16_to_cpu(clp->client_type);
617 if (parse_cmd_line(clp->lines, argv, clp->client_type)) {
H A Dserver.h111 uint16_t client_type; member in struct:cmd_line_pdu
117 uint32_t client_type; member in struct:cmd_job_pdu
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc253 int client_type,
250 CreateFakeInvalidationClient( FakeInvalidationClient** fake_invalidation_client, invalidation::SystemResources* resources, int client_type, const invalidation::string& client_name, const invalidation::string& application_name, invalidation::InvalidationListener* listener) argument
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_server.cc25 P2PSocketType client_type)
27 client_type_(client_type),
23 P2PSocketHostTcpServer(IPC::Sender* message_sender, int socket_id, P2PSocketType client_type) argument
H A Dsocket_host_tcp_server.h33 P2PSocketType client_type);
/external/chromium_org/chromeos/dbus/
H A Ddbus_client_bundle.cc86 DBusClientBundle::DBusClientType client_type; member in struct:chromeos::__anon6106::__anon6107
115 return client_type_map[i].client_type;

Completed in 157 milliseconds