Lines Matching refs:EFAULT
36 return -EFAULT;
48 return -EFAULT;
51 return -EFAULT;
65 return -EFAULT;
73 return -EFAULT;
76 return -EFAULT;
84 return copy_from_user(k, u, sizeof(struct termios2)) ? -EFAULT : 0;
90 return copy_to_user(u, k, sizeof(struct termios2)) ? -EFAULT : 0;
96 return copy_from_user(k, u, sizeof(struct termios)) ? -EFAULT : 0;
102 return copy_to_user(u, k, sizeof(struct termios)) ? -EFAULT : 0;