Searched defs:user_ud (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/vt/
H A Dvt_ioctl.c241 do_unimap_ioctl(int cmd, struct unimapdesc __user *user_ud, int perm, struct vc_data *vc) argument
245 if (copy_from_user(&tmp, user_ud, sizeof tmp))
259 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries);
1133 compat_unimap_ioctl(unsigned int cmd, struct compat_unimapdesc __user *user_ud, argument
1139 if (copy_from_user(&tmp, user_ud, sizeof tmp))
1154 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries);

Completed in 24 milliseconds