MGSL_PARAMS32 1127 drivers/tty/synclink_gt.c static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) MGSL_PARAMS32 1129 drivers/tty/synclink_gt.c struct MGSL_PARAMS32 tmp_params; MGSL_PARAMS32 1146 drivers/tty/synclink_gt.c if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) MGSL_PARAMS32 1151 drivers/tty/synclink_gt.c static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) MGSL_PARAMS32 1153 drivers/tty/synclink_gt.c struct MGSL_PARAMS32 tmp_params; MGSL_PARAMS32 1156 drivers/tty/synclink_gt.c if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) MGSL_PARAMS32 34 include/linux/synclink.h #define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32) MGSL_PARAMS32 35 include/linux/synclink.h #define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)