Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c1071 struct compat_consolefontdesc { struct
1078 compat_fontx_ioctl(int cmd, struct compat_consolefontdesc __user *user_cfd, in compat_fontx_ioctl() argument
1081 struct compat_consolefontdesc cfdarg; in compat_fontx_ioctl()
1084 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct compat_consolefontdesc))) in compat_fontx_ioctl()
1110 if (copy_to_user(user_cfd, &cfdarg, sizeof(struct compat_consolefontdesc))) in compat_fontx_ioctl()