COPY_TO_USER 85 drivers/char/pcmcia/synclink_cs.c #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0 COPY_TO_USER 107 drivers/tty/synclink.c #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0 COPY_TO_USER 80 drivers/tty/synclinkmp.c #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0