Lines Matching refs:up
342 void __user *up = (void __user *)arg; in vt_ioctl() local
445 if (copy_from_user(&kbrep, up, sizeof(struct kbd_repeat))) { in vt_ioctl()
452 if (copy_to_user(up, &kbrep, sizeof(struct kbd_repeat))) in vt_ioctl()
540 ret = vt_do_kbkeycode_ioctl(cmd, up, perm); in vt_ioctl()
545 ret = vt_do_kdsk_ioctl(cmd, up, perm, console); in vt_ioctl()
550 ret = vt_do_kdgkb_ioctl(cmd, up, perm); in vt_ioctl()
559 ret = vt_do_diacrit(cmd, up, perm); in vt_ioctl()
600 if (copy_from_user(&tmp, up, sizeof(struct vt_mode))) { in vt_ioctl()
629 rc = copy_to_user(up, &tmp, sizeof(struct vt_mode)); in vt_ioctl()
642 struct vt_stat __user *vtstat = up; in vt_ioctl()
822 struct vt_sizes __user *vtsizes = up; in vt_ioctl()
849 struct vt_consize __user *vtconsize = up; in vt_ioctl()
914 op.data = up; in vt_ioctl()
925 op.data = up; in vt_ioctl()
934 ret = con_set_cmap(up); in vt_ioctl()
938 ret = con_get_cmap(up); in vt_ioctl()
943 ret = do_fontx_ioctl(cmd, up, perm, &op); in vt_ioctl()
972 if (copy_from_user(&op, up, sizeof(op))) { in vt_ioctl()
981 if (copy_to_user(up, &op, sizeof(op))) in vt_ioctl()
990 ret = con_set_trans_old(up); in vt_ioctl()
994 ret = con_get_trans_old(up); in vt_ioctl()
1001 ret = con_set_trans_new(up); in vt_ioctl()
1005 ret = con_get_trans_new(up); in vt_ioctl()
1016 ret = do_unimap_ioctl(cmd, up, perm, vc); in vt_ioctl()
1196 void __user *up = (void __user *)arg; in vt_compat_ioctl() local
1221 ret = compat_fontx_ioctl(cmd, up, perm, &op); in vt_compat_ioctl()
1225 ret = compat_kdfontop_ioctl(up, perm, &op, vc); in vt_compat_ioctl()
1230 ret = compat_unimap_ioctl(cmd, up, perm, vc); in vt_compat_ioctl()