Lines Matching defs:c32
265 drm_client32_t c32;
270 if (copy_from_user(&c32, argp, sizeof(c32)))
273 client.idx = c32.idx;
279 c32.idx = client.idx;
280 c32.auth = client.auth;
281 c32.pid = client.pid;
282 c32.uid = client.uid;
283 c32.magic = client.magic;
284 c32.iocs = client.iocs;
286 if (copy_to_user(argp, &c32, sizeof(c32)))