Home
last modified time | relevance | path

Searched refs:utp (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
A Dtime.c286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() argument
291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32()
318 int put_old_timex32(struct old_timex32 __user *utp, const struct __kernel_timex *txc) in put_old_timex32() argument
344 if (copy_to_user(utp, &tx32, sizeof(struct old_timex32))) in put_old_timex32()
349 SYSCALL_DEFINE1(adjtimex_time32, struct old_timex32 __user *, utp) in SYSCALL_DEFINE1() argument
354 err = get_old_timex32(&txc, utp); in SYSCALL_DEFINE1()
360 err = put_old_timex32(utp, &txc); in SYSCALL_DEFINE1()
A Dposix-timers.c1183 struct old_timex32 __user *, utp) in SYSCALL_DEFINE2() argument
1188 err = get_old_timex32(&ktx, utp); in SYSCALL_DEFINE2()
1194 if (err >= 0 && put_old_timex32(utp, &ktx)) in SYSCALL_DEFINE2()
/linux/drivers/s390/crypto/
A Dpkey_api.c1278 struct pkey_kblob2pkey __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local
1282 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl()
1292 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl()
1403 struct pkey_kblob2pkey2 __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local
1408 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl()
1425 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl()
1521 struct pkey_kblob2pkey3 __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local
1527 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl()
1565 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl()

Completed in 12 milliseconds