Lines Matching refs:c32
264 drm_client32_t c32;
269 if (copy_from_user(&c32, argp, sizeof(c32)))
274 client.idx = c32.idx;
280 c32.idx = client.idx;
281 c32.auth = client.auth;
282 c32.pid = client.pid;
283 c32.uid = client.uid;
284 c32.magic = client.magic;
285 c32.iocs = client.iocs;
287 if (copy_to_user(argp, &c32, sizeof(c32)))