Searched refs:c32 (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_ioc32.c300 drm_client32_t c32; local
318 if (__get_user(c32.idx, &client->idx)
319 || __get_user(c32.auth, &client->auth)
320 || __get_user(c32.pid, &client->pid)
321 || __get_user(c32.uid, &client->uid)
322 || __get_user(c32.magic, &client->magic)
323 || __get_user(c32.iocs, &client->iocs))
326 if (copy_to_user(argp, &c32, sizeof(c32)))

Completed in 63 milliseconds