Lines Matching defs:client
40 struct cli_creds *client;
56 struct cli_creds *client,
70 state->client = client;
76 subreq = kcm_op_queue_send(state, ev, qctx, client);
205 struct cli_creds client;
208 client.ucred.uid = getuid();
209 client.ucred.gid = getgid();
214 &client, 1, 0);
234 struct cli_creds client;
240 client.ucred.uid = getuid();
241 client.ucred.gid = getgid();
246 &client,
255 &client,
278 struct cli_creds client;
285 client.ucred.uid = getuid();
286 client.ucred.gid = getgid();
291 &client,
297 client.ucred.uid = getuid() + 1;
298 client.ucred.gid = getgid() + 1;
303 &client,