Lines Matching refs:EFAULT
71 return -EFAULT; in SYSCALL_DEFINE1()
90 return -EFAULT; in SYSCALL_DEFINE1()
116 return -EFAULT; in COMPAT_SYSCALL_DEFINE1()
128 return -EFAULT; in COMPAT_SYSCALL_DEFINE1()
150 return -EFAULT; in SYSCALL_DEFINE2()
154 return -EFAULT; in SYSCALL_DEFINE2()
209 return -EFAULT; in SYSCALL_DEFINE2()
219 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()
259 return -EFAULT; in COMPAT_SYSCALL_DEFINE2()
276 return -EFAULT; in SYSCALL_DEFINE1()
278 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
861 return -EFAULT; in get_timespec64()
883 return copy_to_user(uts, &kts, sizeof(kts)) ? -EFAULT : 0; in put_timespec64()
895 return -EFAULT; in __compat_get_timespec64()
910 return copy_to_user(cts, &ts, sizeof(ts)) ? -EFAULT : 0; in __compat_put_timespec64()
916 return copy_from_user(ts, uts, sizeof(*ts)) ? -EFAULT : 0; in compat_get_timespec64()
925 return copy_to_user(uts, ts, sizeof(*ts)) ? -EFAULT : 0; in compat_put_timespec64()
967 return -EFAULT; in get_compat_itimerspec64()
977 return -EFAULT; in put_compat_itimerspec64()