Lines Matching refs:EFAULT
68 return -EFAULT; in SYSCALL_DEFINE1()
87 return -EFAULT; in SYSCALL_DEFINE1()
113 return -EFAULT; in SYSCALL_DEFINE1()
125 return -EFAULT; in SYSCALL_DEFINE1()
149 return -EFAULT; in SYSCALL_DEFINE2()
153 return -EFAULT; in SYSCALL_DEFINE2()
208 return -EFAULT; in SYSCALL_DEFINE2()
217 return -EFAULT; in SYSCALL_DEFINE2()
233 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
237 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
252 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
261 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
279 return -EFAULT; in SYSCALL_DEFINE1()
281 return copy_to_user(txc_p, &txc, sizeof(struct __kernel_timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
292 return -EFAULT; in get_old_timex32()
345 return -EFAULT; in put_old_timex32()
879 return -EFAULT; in get_timespec64()
910 return copy_to_user(uts, &kts, sizeof(kts)) ? -EFAULT : 0; in put_timespec64()
922 return -EFAULT; in __get_old_timespec32()
937 return copy_to_user(cts, &ts, sizeof(ts)) ? -EFAULT : 0; in __put_old_timespec32()
952 return copy_from_user(ts, uts, sizeof(*ts)) ? -EFAULT : 0; in get_old_timespec32()
971 return copy_to_user(uts, ts, sizeof(*ts)) ? -EFAULT : 0; in put_old_timespec32()
1035 return -EFAULT; in get_old_itimerspec32()
1053 return -EFAULT; in put_old_itimerspec32()