Home
last modified time | relevance | path

Searched refs:compat_consolefontdesc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c1090 struct compat_consolefontdesc { struct
1097 compat_fontx_ioctl(int cmd, struct compat_consolefontdesc __user *user_cfd, in compat_fontx_ioctl() argument
1100 struct compat_consolefontdesc cfdarg; in compat_fontx_ioctl()
1103 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct compat_consolefontdesc))) in compat_fontx_ioctl()
1129 if (copy_to_user(user_cfd, &cfdarg, sizeof(struct compat_consolefontdesc))) in compat_fontx_ioctl()