Searched refs:user_ud (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/vt/ |
H A D | vt_ioctl.c | 263 do_unimap_ioctl(int cmd, struct unimapdesc __user *user_ud, int perm, struct vc_data *vc) do_unimap_ioctl() argument 267 if (copy_from_user(&tmp, user_ud, sizeof tmp)) do_unimap_ioctl() 281 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries); do_unimap_ioctl() 1170 compat_unimap_ioctl(unsigned int cmd, struct compat_unimapdesc __user *user_ud, compat_unimap_ioctl() argument 1176 if (copy_from_user(&tmp, user_ud, sizeof tmp)) compat_unimap_ioctl() 1191 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries); compat_unimap_ioctl()
|
Completed in 54 milliseconds