Lines Matching refs:c32
265 drm_client32_t c32;
270 if (copy_from_user(&c32, argp, sizeof(c32)))
275 client.idx = c32.idx;
281 c32.idx = client.idx;
282 c32.auth = client.auth;
283 c32.pid = client.pid;
284 c32.uid = client.uid;
285 c32.magic = client.magic;
286 c32.iocs = client.iocs;
288 if (copy_to_user(argp, &c32, sizeof(c32)))