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()
218 return -EFAULT; in SYSCALL_DEFINE2()
234 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
238 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
253 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
263 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
281 return -EFAULT; in SYSCALL_DEFINE1()
283 return copy_to_user(txc_p, &txc, sizeof(struct __kernel_timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
294 return -EFAULT; in get_old_timex32()
347 return -EFAULT; in put_old_timex32()
879 return -EFAULT; in get_timespec64()
901 return copy_to_user(uts, &kts, sizeof(kts)) ? -EFAULT : 0; in put_timespec64()
913 return -EFAULT; in __get_old_timespec32()
928 return copy_to_user(cts, &ts, sizeof(ts)) ? -EFAULT : 0; in __put_old_timespec32()
934 return copy_from_user(ts, uts, sizeof(*ts)) ? -EFAULT : 0; in get_old_timespec32()
943 return copy_to_user(uts, ts, sizeof(*ts)) ? -EFAULT : 0; in put_old_timespec32()
985 return -EFAULT; in get_old_itimerspec32()
995 return -EFAULT; in put_old_itimerspec32()